HomeSort by: relevance | last modified time | path
    Searched defs:bpf_xfilter (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/net/
bpf.c 236 static u_int bpf_xfilter(struct bpf_filter **, void *, u_int, u_int);
440 slen = bpf_xfilter(wfilter, mtod(m, u_char *), len, len);
1678 bpf_xfilter(struct bpf_filter **filter, void *pkt, u_int pktlen, u_int buflen) function in typeref:typename:u_int
1741 slen = bpf_xfilter(&d->bd_rfilter, pkt, pktlen, buflen);

Completed in 12 milliseconds