Symbol: gif_softc
sys/net/gif/if_gif.c
102
static void gif_clear_cache(struct gif_softc *sc);
sys/net/gif/if_gif.c
141
struct gif_softc *sc;
sys/net/gif/if_gif.c
143
sc = kmalloc (sizeof(struct gif_softc), M_GIF, M_WAITOK | M_ZERO);
sys/net/gif/if_gif.c
155
gifattach0(struct gif_softc *sc)
sys/net/gif/if_gif.c
178
struct gif_softc *sc = ifp->if_softc;
sys/net/gif/if_gif.c
206
gif_clear_cache(struct gif_softc *sc)
sys/net/gif/if_gif.c
273
struct gif_softc *sc;
sys/net/gif/if_gif.c
275
sc = (struct gif_softc *)arg;
sys/net/gif/if_gif.c
335
struct gif_softc *sc = (struct gif_softc *)ifp;
sys/net/gif/if_gif.c
477
struct gif_softc *sc = (struct gif_softc*)ifp;
sys/net/gif/if_gif.c
711
struct gif_softc *sc = (struct gif_softc *)ifp;
sys/net/gif/if_gif.c
712
struct gif_softc *sc2;
sys/net/gif/if_gif.c
817
struct gif_softc *sc = (struct gif_softc *)ifp;
sys/net/gif/if_gif.c
93
LIST_HEAD(, gif_softc) gif_softc_list;
sys/net/gif/if_gif.h
62
LIST_ENTRY(gif_softc) gif_list; /* all gif's are linked */
sys/net/gif/if_gif.h
70
void gifattach0 (struct gif_softc *);
sys/netgraph7/ng_gif.c
92
#define IFP2NG(ifp) ((struct ng_node *)((struct gif_softc *)(ifp->if_softc))->gif_netgraph)
sys/netgraph7/ng_gif.c
93
#define IFP2NG_SET(ifp, val) (((struct gif_softc *)(ifp->if_softc))->gif_netgraph = (val))
sys/netinet/in_gif.c
299
gif_validate4(const struct ip *ip, struct gif_softc *sc, struct ifnet *ifp)
sys/netinet/in_gif.c
362
struct gif_softc *sc;
sys/netinet/in_gif.c
366
sc = (struct gif_softc *)arg;
sys/netinet/in_gif.c
376
in_gif_attach(struct gif_softc *sc)
sys/netinet/in_gif.c
386
in_gif_detach(struct gif_softc *sc)
sys/netinet/in_gif.c
71
static int gif_validate4 (const struct ip *, struct gif_softc *,
sys/netinet/in_gif.c
98
struct gif_softc *sc = (struct gif_softc*)ifp;
sys/netinet/in_gif.h
41
struct gif_softc;
sys/netinet/in_gif.h
48
int in_gif_attach (struct gif_softc *);
sys/netinet/in_gif.h
49
int in_gif_detach (struct gif_softc *);
sys/netinet6/in6_gif.c
308
gif_validate6(const struct ip6_hdr *ip6, struct gif_softc *sc,
sys/netinet6/in6_gif.c
363
struct gif_softc *sc;
sys/netinet6/in6_gif.c
367
sc = (struct gif_softc *)arg;
sys/netinet6/in6_gif.c
376
in6_gif_attach(struct gif_softc *sc)
sys/netinet6/in6_gif.c
386
in6_gif_detach(struct gif_softc *sc)
sys/netinet6/in6_gif.c
74
static int gif_validate6(const struct ip6_hdr *, struct gif_softc *,
sys/netinet6/in6_gif.c
99
struct gif_softc *sc = (struct gif_softc*)ifp;
sys/netinet6/in6_gif.h
43
struct gif_softc;
sys/netinet6/in6_gif.h
48
int in6_gif_attach (struct gif_softc *);
sys/netinet6/in6_gif.h
49
int in6_gif_detach (struct gif_softc *);