Searched refs:scope6_id (Results 1 – 2 of 2) sorted by relevance
73 VNET_DEFINE_STATIC(struct scope6_id, sid_default);76 #define SID(ifp) (&(ifp)->if_inet6->scope6_id)78 static int scope6_get(struct ifnet *, struct scope6_id *);79 static int scope6_set(struct ifnet *, struct scope6_id *);80 static int scope6_get_default(struct scope6_id *);97 struct scope6_id *sid = &ifp->if_inet6->scope6_id; in scope6_ifattach()120 (struct scope6_id *)ifr->ifr_ifru.ifru_scope_id)); in scope6_ioctl()123 (struct scope6_id *)ifr->ifr_ifru.ifru_scope_id)); in scope6_ioctl()126 (struct scope6_id *)ifr->ifr_ifru.ifru_scope_id)); in scope6_ioctl()137 scope6_set(struct ifnet *ifp, struct scope6_id *idlist) in scope6_set()[all …]
525 struct scope6_id { struct532 } scope6_id; member