sys/net/if_gre.c
2821
struct eoip_softc *sc = ifp->if_softc;
sys/net/if_gre.c
3879
eoip_up(struct eoip_softc *sc)
sys/net/if_gre.c
3900
eoip_down(struct eoip_softc *sc)
sys/net/if_gre.c
3921
struct eoip_softc *sc = ifp->if_softc;
sys/net/if_gre.c
3961
eoip_encap(struct eoip_softc *sc, struct mbuf *m, uint8_t tos)
sys/net/if_gre.c
3985
struct eoip_softc *sc = arg;
sys/net/if_gre.c
4029
struct eoip_softc *sc = arg;
sys/net/if_gre.c
4042
eoip_keepalive_recv(struct eoip_softc *sc)
sys/net/if_gre.c
4074
struct eoip_softc *sc;
sys/net/if_gre.c
4097
sc = RBT_FIND(eoip_tree, &eoip_tree, (const struct eoip_softc *)key);
sys/net/if_gre.c
4359
eoip_cmp(const struct eoip_softc *ea, const struct eoip_softc *eb)
sys/net/if_gre.c
4364
RBT_GENERATE(eoip_tree, eoip_softc, sc_entry, eoip_cmp);
sys/net/if_gre.c
490
RBT_ENTRY(eoip_softc) sc_entry;
sys/net/if_gre.c
506
RBT_HEAD(eoip_tree, eoip_softc);
sys/net/if_gre.c
509
eoip_cmp(const struct eoip_softc *, const struct eoip_softc *);
sys/net/if_gre.c
511
RBT_PROTOTYPE(eoip_tree, eoip_softc, sc_entry, eoip_cmp);
sys/net/if_gre.c
520
static void eoip_keepalive_recv(struct eoip_softc *);
sys/net/if_gre.c
523
static int eoip_up(struct eoip_softc *);
sys/net/if_gre.c
524
static int eoip_down(struct eoip_softc *);
sys/net/if_gre.c
527
eoip_encap(struct eoip_softc *, struct mbuf *, uint8_t);
sys/net/if_gre.c
904
struct eoip_softc *sc;
sys/net/if_gre.c
947
struct eoip_softc *sc = ifp->if_softc;