Searched refs:gif_softc (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/net/ |
H A D | if_gif.h | 51 struct gif_softc { struct 64 CK_LIST_ENTRY(gif_softc) chain; argument 65 CK_LIST_ENTRY(gif_softc) srchash; 67 CK_LIST_HEAD(gif_list, gif_softc); 110 int in_gif_ioctl(struct gif_softc *, u_long, caddr_t); 111 int in_gif_setopts(struct gif_softc *, u_int); 116 int in6_gif_ioctl(struct gif_softc *, u_long, caddr_t); 117 int in6_gif_setopts(struct gif_softc *, u_int);
|
H A D | if_gif.c | 109 static void gif_delete_tunnel(struct gif_softc *); 140 struct gif_softc *sc; in gif_clone_create() 142 sc = malloc(sizeof(struct gif_softc), M_GIF, M_WAITOK | M_ZERO); in gif_clone_create() 173 struct gif_softc *sc; in gif_reassign() 186 struct gif_softc *sc; in gif_clone_destroy() 282 struct gif_softc *sc; in gif_transmit() 598 struct gif_softc *sc; in gif_ioctl() 712 gif_delete_tunnel(struct gif_softc *sc) in gif_delete_tunnel()
|
/freebsd/sys/netinet6/ |
H A D | in6_gif.c | 111 in6_gif_checkdup(const struct gif_softc *sc, const struct in6_addr *src, in in6_gif_checkdup() 114 struct gif_softc *tmp; in in6_gif_checkdup() 135 in6_gif_set_running(struct gif_softc *sc) in in6_gif_set_running() 153 struct gif_softc *sc; in in6_gif_srcaddr() 170 in6_gif_attach(struct gif_softc *sc) in in6_gif_attach() 183 in6_gif_setopts(struct gif_softc *sc, u_int options) in in6_gif_setopts() 201 in6_gif_ioctl(struct gif_softc *sc, u_long cmd, caddr_t data) in in6_gif_ioctl() 290 struct gif_softc *sc = ifp->if_softc; in in6_gif_output() 317 struct gif_softc *sc = arg; in in6_gif_input() 345 struct gif_softc *sc; in in6_gif_lookup()
|
/freebsd/sys/netinet/ |
H A D | in_gif.c | 106 in_gif_checkdup(const struct gif_softc *sc, in_addr_t src, in_addr_t dst) in in_gif_checkdup() 108 struct gif_softc *tmp; in in_gif_checkdup() 129 in_gif_set_running(struct gif_softc *sc) in in_gif_set_running() 148 struct gif_softc *sc; in in_gif_srcaddr() 164 in_gif_attach(struct gif_softc *sc) in in_gif_attach() 177 in_gif_setopts(struct gif_softc *sc, u_int options) in in_gif_setopts() 195 in_gif_ioctl(struct gif_softc *sc, u_long cmd, caddr_t data) in in_gif_ioctl() 275 struct gif_softc *sc = ifp->if_softc; in in_gif_output() 299 struct gif_softc *sc = arg; in in_gif_input() 327 struct gif_softc *sc; in in_gif_lookup()
|
/freebsd/sys/netgraph/ |
H A D | ng_gif.c | 93 #define IFP2NG(ifp) ((struct ng_node *)((struct gif_softc *)(ifp->if_softc))->gif_netgraph) 94 #define IFP2NG_SET(ifp, val) (((struct gif_softc *)(ifp->if_softc))->gif_netgraph = (val))
|