sys/net/if_etherip.c
119
struct etherip_softc *etherip_find(const struct etherip_tunnel *);
sys/net/if_etherip.c
120
int etherip_input(struct etherip_tunnel *, struct mbuf *, uint8_t, int,
sys/net/if_etherip.c
593
struct etherip_tunnel key;
sys/net/if_etherip.c
606
etherip_find(const struct etherip_tunnel *key)
sys/net/if_etherip.c
608
struct etherip_tunnel *t;
sys/net/if_etherip.c
626
etherip_input(struct etherip_tunnel *key, struct mbuf *m, uint8_t tos,
sys/net/if_etherip.c
773
struct etherip_tunnel key;
sys/net/if_etherip.c
78
TAILQ_ENTRY(etherip_tunnel)
sys/net/if_etherip.c
82
TAILQ_HEAD(etherip_list, etherip_tunnel);
sys/net/if_etherip.c
84
static inline int etherip_cmp(const struct etherip_tunnel *,
sys/net/if_etherip.c
844
etherip_cmp(const struct etherip_tunnel *a, const struct etherip_tunnel *b)
sys/net/if_etherip.c
85
const struct etherip_tunnel *);
sys/net/if_etherip.c
88
struct etherip_tunnel sc_tunnel; /* must be first */