Symbol: addrtype
arch/s390/include/asm/ctlreg.h
100
BUILD_BUG_ON(sizeof(struct addrtype) != _esize); \
arch/s390/include/asm/ctlreg.h
105
: [_arr] "Q" (*(struct addrtype *)(&array)), \
arch/s390/include/asm/ctlreg.h
119
BUILD_BUG_ON(sizeof(struct addrtype) != _esize); \
arch/s390/include/asm/ctlreg.h
123
: [_arr] "=Q" (*(struct addrtype *)(&array)) \
arch/s390/include/asm/timex.h
140
: CC_OUT(rc, rc), "+m" (*(struct addrtype *)reg1) \
drivers/net/wireless/broadcom/b43/dma.c
38
enum b43_addrtype addrtype)
drivers/net/wireless/broadcom/b43/dma.c
42
switch (addrtype) {
include/uapi/linux/tipc.h
159
unsigned char addrtype;
lib/raid/raid6/s390/recov_s390xc.c
19
: "+m" (*(addrtype *) p1) : "m" (*(addrtype *) p2),
net/ipv6/addrlabel.c
110
int addrtype, int ifindex)
net/ipv6/addrlabel.c
114
if (p->addrtype && p->addrtype != addrtype)
net/ipv6/addrlabel.c
159
int addrtype;
net/ipv6/addrlabel.c
164
addrtype = ipv6_addr_type(prefix) & (IPV6_ADDR_MAPPED | IPV6_ADDR_COMPATv4 | IPV6_ADDR_LOOPBACK);
net/ipv6/addrlabel.c
166
switch (addrtype) {
net/ipv6/addrlabel.c
171
addrtype = 0;
net/ipv6/addrlabel.c
175
addrtype = 0;
net/ipv6/addrlabel.c
179
addrtype = 0;
net/ipv6/addrlabel.c
190
newp->addrtype = addrtype;
net/ipv6/addrlabel.c
30
int addrtype;
net/ipv6/ip6_output.c
648
int addrtype = ipv6_addr_type(&hdr->saddr);
net/ipv6/ip6_output.c
651
if (addrtype == IPV6_ADDR_ANY ||
net/ipv6/ip6_output.c
652
addrtype & (IPV6_ADDR_MULTICAST | IPV6_ADDR_LOOPBACK))
net/ipv6/ip6_output.c
654
if (addrtype & IPV6_ADDR_LINKLOCAL) {
net/ipv6/netfilter/nft_fib_ipv6.c
104
addrtype = ipv6_addr_type(&fl6.daddr);
net/ipv6/netfilter/nft_fib_ipv6.c
106
if (addrtype & IPV6_ADDR_MULTICAST)
net/ipv6/netfilter/nft_fib_ipv6.c
108
if (addrtype & IPV6_ADDR_UNICAST)
net/ipv6/netfilter/nft_fib_ipv6.c
70
int route_err, addrtype;
net/tipc/addr.h
52
unsigned char addrtype;
net/tipc/addr.h
68
ua->addrtype = atype;
net/tipc/addr.h
81
atype = ua->addrtype;
net/tipc/socket.c
1206
ua.addrtype = TIPC_SERVICE_RANGE;
net/tipc/socket.c
1431
atype = ua->addrtype;
net/tipc/socket.c
1451
atype = ua->addrtype;
net/tipc/socket.c
1707
srcaddr->sock.addrtype = TIPC_SOCKET_ADDR;
net/tipc/socket.c
1719
srcaddr->member.addrtype = TIPC_SERVICE_ADDR;
net/tipc/socket.c
2560
if (addr->addrtype == TIPC_SERVICE_RANGE)
net/tipc/socket.c
2562
return (addr->addrtype == TIPC_SERVICE_ADDR ||
net/tipc/socket.c
2563
addr->addrtype == TIPC_SOCKET_ADDR);
net/tipc/socket.c
2610
} else if (dst->addrtype == TIPC_SERVICE_RANGE) {
net/tipc/socket.c
3120
ua.addrtype = TIPC_SERVICE_RANGE;
net/tipc/socket.c
3342
tsk1->peer.addrtype = TIPC_SOCKET_ADDR;
net/tipc/socket.c
3347
tsk2->peer.addrtype = TIPC_SOCKET_ADDR;
net/tipc/socket.c
685
if (ua->addrtype == TIPC_SERVICE_ADDR) {
net/tipc/socket.c
686
ua->addrtype = TIPC_SERVICE_RANGE;
net/tipc/socket.c
718
u32 atype = ua->addrtype;
net/tipc/socket.c
765
addr->addrtype = TIPC_SOCKET_ADDR;
net/tipc/topsrv.c
536
saddr.addrtype = TIPC_SERVICE_RANGE;