Searched refs:addrtype (Results 1 – 13 of 13) sorted by relevance
38 typedef struct { char _[sizeof(array)]; } addrtype; \40 BUILD_BUG_ON(sizeof(addrtype) != (high - low + 1) * sizeof(long));\44 : "Q" (*(addrtype *)(&array)), "i" (low), "i" (high) \49 typedef struct { char _[sizeof(array)]; } addrtype; \51 BUILD_BUG_ON(sizeof(addrtype) != (high - low + 1) * sizeof(long));\54 : "=Q" (*(addrtype *)(&array)) \
113 struct addrtype { char _[len]; }; \122 : "=d" (rc), "+m" (*(struct addrtype *) reg1) \150 typedef struct { char _[STORE_CLOCK_EXT_SIZE]; } addrtype; in get_tod_clock_ext() typedef152 asm volatile("stcke %0" : "=Q" (*(addrtype *) clk) : : "cc"); in get_tod_clock_ext()
36 int addrtype; member116 int addrtype, int ifindex) in __ip6addrlbl_match() argument120 if (p->addrtype && p->addrtype != addrtype) in __ip6addrlbl_match()165 int addrtype; in ip6addrlbl_alloc() local170 addrtype = ipv6_addr_type(prefix) & (IPV6_ADDR_MAPPED | IPV6_ADDR_COMPATv4 | IPV6_ADDR_LOOPBACK); in ip6addrlbl_alloc()172 switch (addrtype) { in ip6addrlbl_alloc()177 addrtype = 0; in ip6addrlbl_alloc()181 addrtype = 0; in ip6addrlbl_alloc()185 addrtype = 0; in ip6addrlbl_alloc()196 newp->addrtype = addrtype; in ip6addrlbl_alloc()
510 int addrtype = ipv6_addr_type(&hdr->saddr); in ip6_forward() local513 if (addrtype == IPV6_ADDR_ANY || in ip6_forward()514 addrtype & (IPV6_ADDR_MULTICAST | IPV6_ADDR_LOOPBACK)) in ip6_forward()516 if (addrtype & IPV6_ADDR_LINKLOCAL) { in ip6_forward()
60 typedef struct { u8 _[16 * $#]; } addrtype;61 register addrtype *__ptr asm("1") = (addrtype *) ptr;70 typedef struct { u8 _[16 * $#]; } addrtype;71 register addrtype *__ptr asm("1") = (addrtype *) ptr;
14 typedef struct { u8 _[256]; } addrtype; in xor_block() typedef18 : "+m" (*(addrtype *) p1) : "m" (*(addrtype *) p2), in xor_block()
63 int route_err, addrtype; in __nft_fib6_eval_type() local106 addrtype = ipv6_addr_type(&fl6.daddr); in __nft_fib6_eval_type()108 if (addrtype & IPV6_ADDR_MULTICAST) in __nft_fib6_eval_type()110 if (addrtype & IPV6_ADDR_UNICAST) in __nft_fib6_eval_type()
631 if (addr->addrtype == TIPC_ADDR_NAME) in tipc_bind()633 else if (addr->addrtype != TIPC_ADDR_NAMESEQ) { in tipc_bind()685 addr->addrtype = TIPC_ADDR_ID; in tipc_getname()1306 if (dest->addrtype == TIPC_ADDR_NAME) in __tipc_sendmsg()1308 if (dest->addrtype == TIPC_ADDR_ID) in __tipc_sendmsg()1310 if (dest->addrtype == TIPC_ADDR_MCAST) in __tipc_sendmsg()1328 if (dest->addrtype == TIPC_ADDR_NAME) { in __tipc_sendmsg()1335 if (dest->addrtype == TIPC_ADDR_MCAST) in __tipc_sendmsg()1338 if (dest->addrtype == TIPC_ADDR_NAME) { in __tipc_sendmsg()1352 } else if (dest->addrtype == TIPC_ADDR_ID) { in __tipc_sendmsg()[all …]
525 saddr.addrtype = TIPC_ADDR_NAMESEQ; in tipc_topsrv_create_listener()
159 unsigned char addrtype; member
51 enum b43_addrtype addrtype) in b43_dma_address() argument55 switch (addrtype) { in b43_dma_address()
1096 tristate '"addrtype" address type match support'
2452 D: netfilter: addrtype match