Searched refs:addrtype (Results 1 – 13 of 13) sorted by relevance
13 typedef struct { char _[sizeof(array)]; } addrtype; \15 BUILD_BUG_ON(sizeof(addrtype) != (high - low + 1) * sizeof(long));\18 : : "Q" (*(addrtype *)(&array)), "i" (low), "i" (high));\22 typedef struct { char _[sizeof(array)]; } addrtype; \24 BUILD_BUG_ON(sizeof(addrtype) != (high - low + 1) * sizeof(long));\27 : "=Q" (*(addrtype *)(&array)) \
95 typedef struct { __vector128 _[__NUM_VXRS]; } addrtype; in save_vx_regs() typedef101 : "=Q" (*(addrtype *) vxrs) : : "1"); in save_vx_regs()119 typedef struct { __vector128 _[__NUM_VXRS]; } addrtype; in restore_vx_regs() typedef125 : : "Q" (*(addrtype *) vxrs) : "1"); in restore_vx_regs()
32 typedef struct { char _[n]; } addrtype; in clear_table() typedef41 : "+a" (s), "+d" (n), "=m" (*(addrtype *) s) in clear_table()42 : "m" (*(addrtype *) s)); in clear_table()
77 typedef struct { char _[STORE_CLOCK_EXT_SIZE]; } addrtype; in get_tod_clock_ext() typedef79 asm volatile("stcke %0" : "=Q" (*(addrtype *) clk) : : "cc"); in get_tod_clock_ext()
195 typedef struct { u64 _[num]; } addrtype; in stcctm5() typedef202 : "=d" (cc), "=Q" (*(addrtype *) val) : "d" (num) : "cc"); in stcctm5()
36 int addrtype; member153 int addrtype, int ifindex) in __ip6addrlbl_match() argument159 if (p->addrtype && p->addrtype != addrtype) in __ip6addrlbl_match()204 int addrtype; in ip6addrlbl_alloc() local209 addrtype = ipv6_addr_type(prefix) & (IPV6_ADDR_MAPPED | IPV6_ADDR_COMPATv4 | IPV6_ADDR_LOOPBACK); in ip6addrlbl_alloc()211 switch (addrtype) { in ip6addrlbl_alloc()216 addrtype = 0; in ip6addrlbl_alloc()220 addrtype = 0; in ip6addrlbl_alloc()224 addrtype = 0; in ip6addrlbl_alloc()235 newp->addrtype = addrtype; in ip6addrlbl_alloc()
475 int addrtype = ipv6_addr_type(&hdr->saddr); in ip6_forward() local478 if (addrtype == IPV6_ADDR_ANY || in ip6_forward()479 addrtype & (IPV6_ADDR_MULTICAST | IPV6_ADDR_LOOPBACK)) in ip6_forward()481 if (addrtype & IPV6_ADDR_LINKLOCAL) { in ip6_forward()
180 unsigned char addrtype; member
516 if (addr->addrtype == TIPC_ADDR_NAME) in tipc_bind()518 else if (addr->addrtype != TIPC_ADDR_NAMESEQ) { in tipc_bind()571 addr->addrtype = TIPC_ADDR_ID; in tipc_getname()884 if (dest->addrtype == TIPC_ADDR_NAME) { in __tipc_sendmsg()892 if (dest->addrtype == TIPC_ADDR_MCAST) { in __tipc_sendmsg()894 } else if (dest->addrtype == TIPC_ADDR_NAME) { in __tipc_sendmsg()910 } else if (dest->addrtype == TIPC_ADDR_ID) { in __tipc_sendmsg()1128 addr->addrtype = TIPC_ADDR_ID; in set_orig_addr()1870 if (dst->addrtype == TIPC_ADDR_MCAST) { in tipc_connect()
341 saddr->addrtype = TIPC_ADDR_NAMESEQ; in tipc_subscr_start()
51 enum b43_addrtype addrtype) in b43_dma_address() argument55 switch (addrtype) { in b43_dma_address()
943 tristate '"addrtype" address type match support'
2404 D: netfilter: addrtype match