Searched refs:gre_input (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/net/ |
| H A D | if_gre.h | 139 int gre_input(struct mbuf *, int, int, void *);
|
| H A D | if_gre.c | 505 gre_input(struct mbuf *m, int off, int proto, void *arg) in gre_input() function
|
| /f-stack/tools/compat/include/net/ |
| H A D | if_gre.h | 139 int gre_input(struct mbuf *, int, int, void *);
|
| /f-stack/freebsd/netinet6/ |
| H A D | ip6_gre.c | 251 gre_input(m, off + sizeof(struct udphdr), IPPROTO_UDP, sc); in in6_gre_udp_input() 565 .input = gre_input
|
| /f-stack/freebsd/netinet/ |
| H A D | ip_gre.c | 253 gre_input(m, off + sizeof(struct udphdr), IPPROTO_UDP, sc); in in_gre_udp_input() 565 .input = gre_input
|