Home
last modified time | relevance | path

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

/linux/arch/s390/include/asm/
A Dctl_reg.h37 typedef struct { char _[sizeof(array)]; } addrtype; \
39 BUILD_BUG_ON(sizeof(addrtype) != (high - low + 1) * sizeof(long));\
43 : "Q" (*(addrtype *)(&array)), "i" (low), "i" (high) \
48 typedef struct { char _[sizeof(array)]; } addrtype; \
50 BUILD_BUG_ON(sizeof(addrtype) != (high - low + 1) * sizeof(long));\
53 : "=Q" (*(addrtype *)(&array)) \
A Dtimex.h143 struct addrtype { char _[len]; }; \
154 : [rc] "=&d" (rc), "+m" (*(struct addrtype *)reg1) \
/linux/net/ipv6/
A Daddrlabel.c36 int addrtype; member
116 int addrtype, int ifindex) in __ip6addrlbl_match() argument
120 if (p->addrtype && p->addrtype != addrtype) in __ip6addrlbl_match()
165 int addrtype; in ip6addrlbl_alloc() local
170 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()
A Dip6_output.c575 int addrtype = ipv6_addr_type(&hdr->saddr); in ip6_forward() local
578 if (addrtype == IPV6_ADDR_ANY || in ip6_forward()
579 addrtype & (IPV6_ADDR_MULTICAST | IPV6_ADDR_LOOPBACK)) in ip6_forward()
581 if (addrtype & IPV6_ADDR_LINKLOCAL) { in ip6_forward()
/linux/lib/raid6/
A Ds390vx.uc60 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;
A Drecov_s390xc.c14 typedef struct { u8 _[256]; } addrtype; in xor_block() typedef
18 : "+m" (*(addrtype *) p1) : "m" (*(addrtype *) p2), in xor_block()
/linux/net/tipc/
A Daddr.h52 unsigned char addrtype; member
68 ua->addrtype = atype; in tipc_uaddr()
81 atype = ua->addrtype; in tipc_uaddr_valid()
A Dsocket.c684 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()
1207 ua.addrtype = TIPC_SERVICE_RANGE; in tipc_sk_mcast_rcv()
1429 atype = ua->addrtype; in __tipc_sendmsg()
1449 atype = ua->addrtype; in __tipc_sendmsg()
2557 addr->addrtype == TIPC_SOCKET_ADDR); in tipc_sockaddr_is_sane()
3114 ua.addrtype = TIPC_SERVICE_RANGE; in tipc_sk_leave()
3336 tsk1->peer.addrtype = TIPC_SOCKET_ADDR; in tipc_socketpair()
[all …]
A Dtopsrv.c522 saddr.addrtype = TIPC_SERVICE_RANGE; in tipc_topsrv_create_listener()
/linux/net/ipv6/netfilter/
A Dnft_fib_ipv6.c58 int route_err, addrtype; in __nft_fib6_eval_type() local
97 addrtype = ipv6_addr_type(&fl6.daddr); in __nft_fib6_eval_type()
99 if (addrtype & IPV6_ADDR_MULTICAST) in __nft_fib6_eval_type()
101 if (addrtype & IPV6_ADDR_UNICAST) in __nft_fib6_eval_type()
/linux/include/uapi/linux/
A Dtipc.h159 unsigned char addrtype; member
/linux/drivers/net/wireless/broadcom/b43/
A Ddma.c38 enum b43_addrtype addrtype) in b43_dma_address() argument
42 switch (addrtype) { in b43_dma_address()
/linux/net/netfilter/
A DKconfig1158 tristate '"addrtype" address type match support'
/linux/
A DCREDITS2523 D: netfilter: addrtype match

Completed in 34 milliseconds