Searched refs:scope6_id (Results 1 – 5 of 5) sorted by relevance
75 VNET_DEFINE_STATIC(struct scope6_id, sid_default);96 struct scope6_id *99 struct scope6_id *sid; in scope6_ifattach()112 scope6_ifdetach(struct scope6_id *sid) in scope6_ifdetach()130 (struct scope6_id *)ifr->ifr_ifru.ifru_scope_id)); in scope6_ioctl()143 scope6_set(struct ifnet *ifp, struct scope6_id *idlist) in scope6_set()147 struct scope6_id *sid = NULL; in scope6_set()206 scope6_get(struct ifnet *ifp, struct scope6_id *idlist) in scope6_get()209 struct scope6_id *sid; in scope6_get()277 scope6_get_default(struct scope6_id *idlist) in scope6_get_default()[all …]
42 struct scope6_id { struct51 struct scope6_id *scope6_ifattach(struct ifnet *); argument52 void scope6_ifdetach(struct scope6_id *);55 int scope6_get_default(struct scope6_id *);
100 struct scope6_id;109 struct scope6_id *scope6_id; member
2512 ext->scope6_id = scope6_ifattach(ifp); in in6_domifattach()2535 scope6_ifdetach(ext->scope6_id); in in6_domifdetach()