Searched refs:scope6_id (Results 1 – 4 of 4) sorted by relevance
77 static VNET_DEFINE(struct scope6_id, sid_default);81 (((struct in6_ifextra *)(ifp)->if_afdata[AF_INET6])->scope6_id)83 static int scope6_get(struct ifnet *, struct scope6_id *);84 static int scope6_set(struct ifnet *, struct scope6_id *);98 struct scope6_id *101 struct scope6_id *sid; in scope6_ifattach()114 scope6_ifdetach(struct scope6_id *sid) in scope6_ifdetach()132 (struct scope6_id *)ifr->ifr_ifru.ifru_scope_id)); in scope6_ioctl()135 (struct scope6_id *)ifr->ifr_ifru.ifru_scope_id)); in scope6_ioctl()138 (struct scope6_id *)ifr->ifr_ifru.ifru_scope_id)); in scope6_ioctl()[all …]
40 struct scope6_id { struct52 struct scope6_id *scope6_ifattach(struct ifnet *); argument53 void scope6_ifdetach(struct scope6_id *);56 int scope6_get_default(struct scope6_id *);
98 struct scope6_id;106 struct scope6_id *scope6_id; member
2435 ext->scope6_id = scope6_ifattach(ifp); in in6_domifattach()2458 scope6_ifdetach(ext->scope6_id); in in6_domifdetach()