Home
last modified time | relevance | path

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

/linux-4.4.14/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)) \
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.h78 typedef struct { char _[STORE_CLOCK_EXT_SIZE]; } addrtype; in get_tod_clock_ext() typedef
80 asm volatile("stcke %0" : "=Q" (*(addrtype *) clk) : : "cc"); in get_tod_clock_ext()
Dcpu_mf.h190 typedef struct { u64 _[num]; } addrtype; in stcctm5() typedef
197 : "=d" (cc), "=Q" (*(addrtype *) val) : "d" (num) : "cc"); in stcctm5()
/linux-4.4.14/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.c488 int addrtype = ipv6_addr_type(&hdr->saddr); in ip6_forward() local
491 if (addrtype == IPV6_ADDR_ANY || in ip6_forward()
492 addrtype & (IPV6_ADDR_MULTICAST | IPV6_ADDR_LOOPBACK)) in ip6_forward()
494 if (addrtype & IPV6_ADDR_LINKLOCAL) { in ip6_forward()
/linux-4.4.14/include/uapi/linux/
Dtipc.h180 unsigned char addrtype; member
/linux-4.4.14/net/tipc/
Dsocket.c523 if (addr->addrtype == TIPC_ADDR_NAME) in tipc_bind()
525 else if (addr->addrtype != TIPC_ADDR_NAMESEQ) { in tipc_bind()
578 addr->addrtype = TIPC_ADDR_ID; in tipc_getname()
894 if (dest->addrtype == TIPC_ADDR_NAME) { in __tipc_sendmsg()
902 if (dest->addrtype == TIPC_ADDR_MCAST) { in __tipc_sendmsg()
904 } else if (dest->addrtype == TIPC_ADDR_NAME) { in __tipc_sendmsg()
920 } else if (dest->addrtype == TIPC_ADDR_ID) { in __tipc_sendmsg()
1143 addr->addrtype = TIPC_ADDR_ID; in set_orig_addr()
1881 if (dst->addrtype == TIPC_ADDR_MCAST) { in tipc_connect()
Dsubscr.c319 saddr->addrtype = TIPC_ADDR_NAMESEQ; in tipc_topsrv_start()
/linux-4.4.14/drivers/net/wireless/b43/
Ddma.c51 enum b43_addrtype addrtype) in b43_dma_address() argument
55 switch (addrtype) { in b43_dma_address()
/linux-4.4.14/net/netfilter/
DKconfig959 tristate '"addrtype" address type match support'
/linux-4.4.14/
DCREDITS2408 D: netfilter: addrtype match