Home
last modified time | relevance | path

Searched refs:gif_softc (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/net/
H A Dif_gif.h52 struct gif_softc { struct
65 CK_LIST_ENTRY(gif_softc) chain; argument
66 CK_LIST_ENTRY(gif_softc) srchash;
68 CK_LIST_HEAD(gif_list, gif_softc);
113 int in_gif_ioctl(struct gif_softc *, u_long, caddr_t);
114 int in_gif_setopts(struct gif_softc *, u_int);
119 int in6_gif_ioctl(struct gif_softc *, u_long, caddr_t);
120 int in6_gif_setopts(struct gif_softc *, u_int);
H A Dif_gif.c110 static void gif_delete_tunnel(struct gif_softc *);
141 struct gif_softc *sc; in gif_clone_create()
143 sc = malloc(sizeof(struct gif_softc), M_GIF, M_WAITOK | M_ZERO); in gif_clone_create()
174 struct gif_softc *sc; in gif_reassign()
187 struct gif_softc *sc; in gif_clone_destroy()
283 struct gif_softc *sc; in gif_transmit()
594 struct gif_softc *sc; in gif_ioctl()
708 gif_delete_tunnel(struct gif_softc *sc) in gif_delete_tunnel()
/f-stack/tools/compat/include/net/
H A Dif_gif.h52 struct gif_softc { struct
65 CK_LIST_ENTRY(gif_softc) chain; argument
66 CK_LIST_ENTRY(gif_softc) srchash;
68 CK_LIST_HEAD(gif_list, gif_softc);
113 int in_gif_ioctl(struct gif_softc *, u_long, caddr_t);
114 int in_gif_setopts(struct gif_softc *, u_int);
119 int in6_gif_ioctl(struct gif_softc *, u_long, caddr_t);
120 int in6_gif_setopts(struct gif_softc *, u_int);
/f-stack/freebsd/netinet/
H A Din_gif.c107 in_gif_checkdup(const struct gif_softc *sc, in_addr_t src, in_addr_t dst) in in_gif_checkdup()
109 struct gif_softc *tmp; in in_gif_checkdup()
130 in_gif_set_running(struct gif_softc *sc) in in_gif_set_running()
149 struct gif_softc *sc; in in_gif_srcaddr()
165 in_gif_attach(struct gif_softc *sc) in in_gif_attach()
178 in_gif_setopts(struct gif_softc *sc, u_int options) in in_gif_setopts()
196 in_gif_ioctl(struct gif_softc *sc, u_long cmd, caddr_t data) in in_gif_ioctl()
273 struct gif_softc *sc = ifp->if_softc; in in_gif_output()
312 struct gif_softc *sc = arg; in in_gif_input()
340 struct gif_softc *sc; in in_gif_lookup()
/f-stack/freebsd/netinet6/
H A Din6_gif.c112 in6_gif_checkdup(const struct gif_softc *sc, const struct in6_addr *src, in in6_gif_checkdup()
115 struct gif_softc *tmp; in in6_gif_checkdup()
136 in6_gif_set_running(struct gif_softc *sc) in in6_gif_set_running()
154 struct gif_softc *sc; in in6_gif_srcaddr()
171 in6_gif_attach(struct gif_softc *sc) in in6_gif_attach()
184 in6_gif_setopts(struct gif_softc *sc, u_int options) in in6_gif_setopts()
202 in6_gif_ioctl(struct gif_softc *sc, u_long cmd, caddr_t data) in in6_gif_ioctl()
291 struct gif_softc *sc = ifp->if_softc; in in6_gif_output()
333 struct gif_softc *sc = arg; in in6_gif_input()
361 struct gif_softc *sc; in in6_gif_lookup()
/f-stack/freebsd/netgraph/
H A Dng_gif.c94 #define IFP2NG(ifp) ((struct ng_node *)((struct gif_softc *)(ifp->if_softc))->gif_netgraph)
95 #define IFP2NG_SET(ifp, val) (((struct gif_softc *)(ifp->if_softc))->gif_netgraph = (val))