Searched refs:ipip_input (Results 1 – 3 of 3) sorted by relevance
107 int (*ipip_input)(struct mbuf **, int *, int); /* hook for mrouting */ variable231 if (proto == IPPROTO_IPV4 && ipip_input) { in encap4_input()233 ipip_input(mp, offp, proto); in encap4_input()
221 extern int (*ipip_input)(struct mbuf **, int *, int);
3266 ipip_input = X_ipip_input;3285 ipip_input = NULL;