Home | History | Annotate | Download | only in netinet

Lines Matching refs:npkt

57 static int mbufstrcmp(struct mbuf *m, struct mbuf *npkt, int offset, const char *cmp);
59 static int mbufstrncmp(struct mbuf *m, struct mbuf *npkt, int offset,
152 * start at mbuf m, (must provide npkt if exists)
156 mbufstrcmp(struct mbuf *m, struct mbuf *npkt, int offset, const char *cmp)
161 n = npkt;
162 if (npkt)
163 npkt = npkt->m_nextpkt;
180 * start at mbuf m, (must provide npkt if exists)
185 mbufstrncmp(struct mbuf *m, struct mbuf *npkt, int offset, int len, const char *cmp)
190 n = npkt;
191 if (npkt)
192 npkt = npkt->m_nextpkt;