Home
last modified time | relevance | path

Searched refs:addrtype (Results 1 – 13 of 13) sorted by relevance

/linux-4.1.27/arch/s390/include/asm/
Dctl_reg.h13 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)) \
Dswitch_to.h95 typedef struct { __vector128 _[__NUM_VXRS]; } addrtype; in save_vx_regs() typedef
101 : "=Q" (*(addrtype *) vxrs) : : "1"); in save_vx_regs()
119 typedef struct { __vector128 _[__NUM_VXRS]; } addrtype; in restore_vx_regs() typedef
125 : : "Q" (*(addrtype *) vxrs) : "1"); in restore_vx_regs()
Dpgalloc.h32 typedef struct { char _[n]; } addrtype; in clear_table() typedef
41 : "+a" (s), "+d" (n), "=m" (*(addrtype *) s) in clear_table()
42 : "m" (*(addrtype *) s)); in clear_table()
Dtimex.h77 typedef struct { char _[STORE_CLOCK_EXT_SIZE]; } addrtype; in get_tod_clock_ext() typedef
79 asm volatile("stcke %0" : "=Q" (*(addrtype *) clk) : : "cc"); in get_tod_clock_ext()
Dcpu_mf.h195 typedef struct { u64 _[num]; } addrtype; in stcctm5() typedef
202 : "=d" (cc), "=Q" (*(addrtype *) val) : "d" (num) : "cc"); in stcctm5()
/linux-4.1.27/net/ipv6/
Daddrlabel.c36 int addrtype; member
153 int addrtype, int ifindex) in __ip6addrlbl_match() argument
159 if (p->addrtype && p->addrtype != addrtype) in __ip6addrlbl_match()
204 int addrtype; in ip6addrlbl_alloc() local
209 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()
Dip6_output.c475 int addrtype = ipv6_addr_type(&hdr->saddr); in ip6_forward() local
478 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()
/linux-4.1.27/include/uapi/linux/
Dtipc.h180 unsigned char addrtype; member
/linux-4.1.27/net/tipc/
Dsocket.c516 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()
Dsubscr.c341 saddr->addrtype = TIPC_ADDR_NAMESEQ; in tipc_subscr_start()
/linux-4.1.27/drivers/net/wireless/b43/
Ddma.c51 enum b43_addrtype addrtype) in b43_dma_address() argument
55 switch (addrtype) { in b43_dma_address()
/linux-4.1.27/net/netfilter/
DKconfig943 tristate '"addrtype" address type match support'
/linux-4.1.27/
DCREDITS2404 D: netfilter: addrtype match