Home
last modified time | relevance | path

Searched refs:ipip_input (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/sys/netinet/
H A Dip_encap.c107 int (*ipip_input)(struct mbuf **, int *, int); /* hook for mrouting */ variable
231 if (proto == IPPROTO_IPV4 && ipip_input) { in encap4_input()
233 ipip_input(mp, offp, proto); in encap4_input()
H A Dip_var.h221 extern int (*ipip_input)(struct mbuf **, int *, int);
/dflybsd-src/sys/net/ip_mroute/
H A Dip_mroute.c3266 ipip_input = X_ipip_input;
3285 ipip_input = NULL;