Home
last modified time | relevance | path

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

/linux-3.4.99/arch/s390/include/asm/
Dctl_reg.h13 typedef struct { char _[sizeof(array)]; } addrtype; \
16 : : "Q" (*(addrtype *)(&array)), \
21 typedef struct { char _[sizeof(array)]; } addrtype; \
24 : "=Q" (*(addrtype *)(&array)) \
31 typedef struct { char _[sizeof(array)]; } addrtype; \
34 : : "Q" (*(addrtype *)(&array)), \
39 typedef struct { char _[sizeof(array)]; } addrtype; \
42 : "=Q" (*(addrtype *)(&array)) \
Dpgalloc.h29 typedef struct { char _[n]; } addrtype; in clear_table() typedef
42 : "+a" (s), "+d" (n), "=m" (*(addrtype *) s) in clear_table()
43 : "m" (*(addrtype *) s)); in clear_table()
Dbitops.h411 typedef struct { long _[__BITOPS_WORDS(size)]; } addrtype; in __ffz_word_loop() typedef
435 : "d" (-1UL), "a" (addr), "m" (*(addrtype *) addr) in __ffz_word_loop()
448 typedef struct { long _[__BITOPS_WORDS(size)]; } addrtype; in __ffs_word_loop() typedef
472 : "d" (0UL), "a" (addr), "m" (*(addrtype *) addr) in __ffs_word_loop()
/linux-3.4.99/net/ipv6/
Daddrlabel.c39 int addrtype; member
147 int addrtype, int ifindex) in __ip6addrlbl_match() argument
153 if (p->addrtype && p->addrtype != addrtype) in __ip6addrlbl_match()
199 int addrtype; in ip6addrlbl_alloc() local
204 addrtype = ipv6_addr_type(prefix) & (IPV6_ADDR_MAPPED | IPV6_ADDR_COMPATv4 | IPV6_ADDR_LOOPBACK); in ip6addrlbl_alloc()
206 switch (addrtype) { in ip6addrlbl_alloc()
211 addrtype = 0; in ip6addrlbl_alloc()
215 addrtype = 0; in ip6addrlbl_alloc()
219 addrtype = 0; in ip6addrlbl_alloc()
230 newp->addrtype = addrtype; in ip6addrlbl_alloc()
Dip6_output.c500 int addrtype = ipv6_addr_type(&hdr->saddr); in ip6_forward() local
503 if (addrtype == IPV6_ADDR_ANY || in ip6_forward()
504 addrtype & (IPV6_ADDR_MULTICAST | IPV6_ADDR_LOOPBACK)) in ip6_forward()
506 if (addrtype & IPV6_ADDR_LINKLOCAL) { in ip6_forward()
/linux-3.4.99/net/tipc/
Dsocket.c353 if (addr->addrtype == TIPC_ADDR_NAME) in bind()
355 else if (addr->addrtype != TIPC_ADDR_NAMESEQ) in bind()
399 addr->addrtype = TIPC_ADDR_ID; in get_name()
559 if (dest->addrtype == TIPC_ADDR_NAME) { in send_msg()
572 if (dest->addrtype == TIPC_ADDR_NAME) { in send_msg()
582 } else if (dest->addrtype == TIPC_ADDR_ID) { in send_msg()
588 } else if (dest->addrtype == TIPC_ADDR_MCAST) { in send_msg()
831 addr->addrtype = TIPC_ADDR_ID; in set_orig_addr()
1417 if (dst->addrtype == TIPC_ADDR_MCAST) { in connect()
/linux-3.4.99/include/linux/
Dtipc.h178 unsigned char addrtype; member
/linux-3.4.99/drivers/net/wireless/brcm80211/brcmsmac/
Dnicpci.c333 pcie_readreg(struct bcma_device *core, uint addrtype, uint offset) in pcie_readreg() argument
337 switch (addrtype) { in pcie_readreg()
353 static uint pcie_writereg(struct bcma_device *core, uint addrtype, in pcie_writereg() argument
356 switch (addrtype) { in pcie_writereg()
/linux-3.4.99/drivers/net/wireless/b43/
Ddma.c51 enum b43_addrtype addrtype) in b43_dma_address() argument
55 switch (addrtype) { in b43_dma_address()
/linux-3.4.99/net/netfilter/
DKconfig699 tristate '"addrtype" address type match support'
/linux-3.4.99/
DCREDITS2345 D: netfilter: addrtype match