Lines Matching defs:gre_softc
63 struct gre_softc { struct
65 LIST_ENTRY(gre_softc) gre_list; argument
66 struct rmlock gre_lock;
67 int gre_family; /* AF of delivery header */
68 uint32_t gre_iseq;
69 uint32_t gre_oseq;
70 uint32_t gre_key;
71 uint32_t gre_options;
72 uint32_t gre_mtu;
73 u_int gre_fibnum;
74 u_int gre_hlen; /* header size */
75 union {
105 int in_gre_attach(struct gre_softc *); argument