Searched refs:pfxlen (Results 1 - 18 of 18) sorted by relevance

/linux-master/include/linux/netfilter/ipset/
H A Dpfxlen.h14 ip_set_netmask(u8 pfxlen) argument
16 return ip_set_netmask_map[pfxlen].ip;
20 ip_set_netmask6(u8 pfxlen) argument
22 return &ip_set_netmask_map[pfxlen].ip6[0];
26 ip_set_hostmask(u8 pfxlen) argument
28 return (__force u32) ip_set_hostmask_map[pfxlen].ip;
32 ip_set_hostmask6(u8 pfxlen) argument
34 return &ip_set_hostmask_map[pfxlen].ip6[0];
/linux-master/drivers/s390/net/
H A Dqeth_l3.h41 unsigned int pfxlen; member in struct:qeth_ipaddr::__anon1411::__anon1413
74 * - 'mask'/'pfxlen' for RXIP/VIPA is always 0. For NORMAL, matching
78 * - 'mask'/'pfxlen' is always 0.
83 return a1->u.a6.pfxlen == a2->u.a6.pfxlen;
H A Dqeth_l3_main.c388 addr->u.a6.pfxlen);
2179 ip_work->addr.u.a6.pfxlen = ifa->prefix_len;
/linux-master/net/netfilter/ipset/
H A DMakefile6 ip_set-y := ip_set_core.o ip_set_getport.o pfxlen.o
H A Dip_set_hash_ipmac.c21 #include <linux/netfilter/ipset/pfxlen.h>
H A Dip_set_hash_ip.c18 #include <linux/netfilter/ipset/pfxlen.h>
H A Dip_set_hash_ipmark.c18 #include <linux/netfilter/ipset/pfxlen.h>
H A Dpfxlen.c3 #include <linux/netfilter/ipset/pfxlen.h>
H A Dip_set_bitmap_ipmac.c20 #include <linux/netfilter/ipset/pfxlen.h>
H A Dip_set_hash_net.c17 #include <linux/netfilter/ipset/pfxlen.h>
H A Dip_set_hash_ipport.c18 #include <linux/netfilter/ipset/pfxlen.h>
H A Dip_set_hash_ipportip.c18 #include <linux/netfilter/ipset/pfxlen.h>
H A Dip_set_bitmap_ip.c21 #include <linux/netfilter/ipset/pfxlen.h>
H A Dip_set_hash_ipportnet.c18 #include <linux/netfilter/ipset/pfxlen.h>
H A Dip_set_hash_netport.c17 #include <linux/netfilter/ipset/pfxlen.h>
H A Dip_set_hash_netnet.c19 #include <linux/netfilter/ipset/pfxlen.h>
H A Dip_set_hash_netportnet.c18 #include <linux/netfilter/ipset/pfxlen.h>
H A Dip_set_hash_netiface.c18 #include <linux/netfilter/ipset/pfxlen.h>

Completed in 234 milliseconds