Searched defs:ipip_context (Results 1 – 1 of 1) sorted by relevance
39 struct ipip_context { struct40 struct net_if *iface;41 struct net_if *attached_to;42 union {68 struct ipip_context *ctx = net_if_get_device(iface)->data; in iface_init() argument