Home
last modified time | relevance | path

Searched defs:gre_softc (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/net/gre/
H A Dif_gre.h48 struct gre_softc { struct
50 LIST_ENTRY(gre_softc) sc_list; argument
51 int gre_unit;
52 int gre_flags;
53 struct in_addr g_src; /* source address of gre packets */
54 struct in_addr g_dst; /* destination address of gre packets */
55 struct route *route_pcpu;/* routing entry that determines, where a
57 u_char g_proto; /* protocol of encapsulator */
59 const struct encaptab *encap; /* encapsulation cookie */
61 struct resource *r_unit;/* resource allocated for this unit */