accf_http.c | 59 static int mbufstrncmp(struct mbuf *m, struct mbuf *npkt, int offset, 185 mbufstrncmp(struct mbuf *m, struct mbuf *npkt, int offset, int len, const char *cmp) function in typeref:typename:int 238 if (mbufstrncmp(m, m->m_nextpkt, 1, cc, cmp) == 1) { 239 DPRINT("short cc (%d) but mbufstrncmp ok", cc); 242 DPRINT("short cc (%d) mbufstrncmp failed", cc); 306 if (mbufstrncmp(m, n, i, cc,
|