Searched refs:encap6_lookup (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/netinet/ |
H A D | ip_encap.c | 115 static struct encaptab *encap6_lookup(struct mbuf *, int, int, enum direction, 356 encap6_lookup(struct mbuf *m, int off, int proto, enum direction dir, in encap6_lookup() function 485 match = encap6_lookup(m, *offp, proto, INBOUND, &match_psref); in encap6_input() 749 match = encap6_lookup(m, off, nxt, OUTBOUND, in encap6_ctlinput()
|