Searched full:addrtype (Results 1 – 7 of 7) sorted by relevance
30 int addrtype; member110 int addrtype, int ifindex) in __ip6addrlbl_match() argument114 if (p->addrtype && p->addrtype != addrtype) in __ip6addrlbl_match()159 int addrtype; in ip6addrlbl_alloc() local164 addrtype = ipv6_addr_type(prefix) & (IPV6_ADDR_MAPPED | IPV6_ADDR_COMPATv4 | IPV6_ADDR_LOOPBACK); in ip6addrlbl_alloc()166 switch (addrtype) { in ip6addrlbl_alloc()171 addrtype = 0; in ip6addrlbl_alloc()175 addrtype = 0; in ip6addrlbl_alloc()179 addrtype = 0; in ip6addrlbl_alloc()190 newp->addrtype = addrtype; in ip6addrlbl_alloc()
92 struct addrtype { \100 BUILD_BUG_ON(sizeof(struct addrtype) != _esize); \105 : [_arr] "Q" (*(struct addrtype *)(&array)), \111 struct addrtype { \119 BUILD_BUG_ON(sizeof(struct addrtype) != _esize); \123 : [_arr] "=Q" (*(struct addrtype *)(&array)) \
214 .name = "addrtype",221 .name = "addrtype",232 .name = "addrtype",
78 pr_err("only addrtype match revision 1 supported"); in addrtype_validate_match_data()91 .match_name = "addrtype",
684 if (ua->addrtype == TIPC_SERVICE_ADDR) { in __tipc_bind() 685 ua->addrtype = TIPC_SERVICE_RANGE; in __tipc_bind() 717 u32 atype = ua->addrtype; in tipc_bind() 764 addr->addrtype = TIPC_SOCKET_ADDR; in tipc_getname() 1205 ua.addrtype = TIPC_SERVICE_RANGE; in tipc_sk_mcast_rcv() 1430 atype = ua->addrtype; in __tipc_sendmsg() 1450 atype = ua->addrtype; in __tipc_sendmsg() 1706 srcaddr->sock.addrtype = TIPC_SOCKET_ADDR; in tipc_sk_set_orig_addr() 1718 srcaddr->member.addrtype = TIPC_SERVICE_ADDR; in tipc_sk_set_orig_addr() 2559 if (addr->addrtype in tipc_sockaddr_is_sane() [all...]
536 saddr.addrtype = TIPC_SERVICE_RANGE; in tipc_topsrv_create_listener()
159 unsigned char addrtype; member