Searched refs:gre_hdr (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/netinet6/ |
H A D | ip6_gre.c | 427 free(sc->gre_hdr, M_GRE); in in6_gre_setopts() 490 free(sc->gre_hdr, M_GRE); in in6_gre_ioctl() 494 sc->gre_hdr = ip6; in in6_gre_ioctl() 500 free(sc->gre_hdr, M_GRE); in in6_gre_ioctl()
|
/freebsd/sys/netinet/ |
H A D | ip_gre.c | 429 free(sc->gre_hdr, M_GRE); in in_gre_setopts() 483 free(sc->gre_hdr, M_GRE); in in_gre_ioctl() 487 sc->gre_hdr = ip; in in_gre_ioctl() 493 free(sc->gre_hdr, M_GRE); in in_gre_ioctl()
|
/freebsd/sys/net/ |
H A D | if_gre.h | 124 #define gre_hdr gre_uhdr.hdr macro
|
H A D | if_gre.c | 405 free(sc->gre_hdr, M_GRE); in gre_delete_tunnel() 722 bcopy(sc->gre_hdr, mtod(m, void *), sc->gre_hlen);
|