| /OK3568_Linux_fs/kernel/include/linux/netfilter/ipset/ |
| H A D | ip_set.h | 80 struct ip_set; 85 void (*destroy)(struct ip_set *set, void *ext); 128 struct ip_set; 139 typedef int (*ipset_adtfn)(struct ip_set *set, void *value, 158 int (*kadt)(struct ip_set *set, const struct sk_buff *skb, 166 int (*uadt)(struct ip_set *set, struct nlattr *tb[], 173 int (*resize)(struct ip_set *set, bool retried); 175 void (*destroy)(struct ip_set *set); 177 void (*flush)(struct ip_set *set); 179 void (*expire)(struct ip_set *set); [all …]
|
| /OK3568_Linux_fs/kernel/net/netfilter/ipset/ |
| H A D | ip_set_core.c | 30 struct ip_set * __rcu *ip_set_list; /* all individual sets */ 60 #define ip_set(inst, id) \ macro 338 ip_set_init_comment(struct ip_set *set, struct ip_set_comment *comment, in ip_set_init_comment() 379 ip_set_comment_free(struct ip_set *set, void *ptr) in ip_set_comment_free() 392 typedef void (*destroyer)(struct ip_set *, void *); 432 ip_set_elem_len(struct ip_set *set, struct nlattr *tb[], size_t len, in ip_set_elem_len() 459 ip_set_get_extensions(struct ip_set *set, struct nlattr *tb[], in ip_set_get_extensions() 556 ip_set_put_extensions(struct sk_buff *skb, const struct ip_set *set, in ip_set_put_extensions() 630 ip_set_match_extensions(struct ip_set *set, const struct ip_set_ext *ext, in ip_set_match_extensions() 666 __ip_set_get(struct ip_set *set) in __ip_set_get() [all …]
|
| H A D | ip_set_list_set.c | 29 struct ip_set *set; /* Sigh, in order to cleanup reference */ 43 struct ip_set *set; /* attached to this ip_set */ 49 list_set_ktest(struct ip_set *set, const struct sk_buff *skb, in list_set_ktest() 74 list_set_kadd(struct ip_set *set, const struct sk_buff *skb, in list_set_kadd() 94 list_set_kdel(struct ip_set *set, const struct sk_buff *skb, in list_set_kdel() 114 list_set_kadt(struct ip_set *set, const struct sk_buff *skb, in list_set_kadt() 146 struct ip_set *set = e->set; in __list_set_del_rcu() 153 list_set_del(struct ip_set *set, struct set_elem *e) in list_set_del() 164 list_set_replace(struct ip_set *set, struct set_elem *e, struct set_elem *old) in list_set_replace() 174 set_cleanup_entries(struct ip_set *set) in set_cleanup_entries() [all …]
|
| H A D | ip_set_bitmap_gen.h | 36 mtype_gc_init(struct ip_set *set, void (*gc)(struct timer_list *t)) in mtype_gc_init() 45 mtype_ext_cleanup(struct ip_set *set) in mtype_ext_cleanup() 56 mtype_destroy(struct ip_set *set) in mtype_destroy() 72 mtype_flush(struct ip_set *set) in mtype_flush() 92 mtype_head(struct ip_set *set, struct sk_buff *skb) in mtype_head() 116 mtype_test(struct ip_set *set, void *value, const struct ip_set_ext *ext, in mtype_test() 130 mtype_add(struct ip_set *set, void *value, const struct ip_set_ext *ext, in mtype_add() 175 mtype_del(struct ip_set *set, void *value, const struct ip_set_ext *ext, in mtype_del() 203 mtype_list(const struct ip_set *set, in mtype_list() 268 struct ip_set *set = map->set; in mtype_gc()
|
| H A D | ip_set_bitmap_port.c | 39 struct ip_set *set; /* attached to this ip_set */ 127 bitmap_port_kadt(struct ip_set *set, const struct sk_buff *skb, in bitmap_port_kadt() 153 bitmap_port_uadt(struct ip_set *set, struct nlattr *tb[], in bitmap_port_uadt() 210 bitmap_port_same_set(const struct ip_set *a, const struct ip_set *b) in bitmap_port_same_set() 231 init_map_port(struct ip_set *set, struct bitmap_port *map, in init_map_port() 249 bitmap_port_create(struct net *net, struct ip_set *set, struct nlattr *tb[], in bitmap_port_create()
|
| H A D | ip_set_bitmap_ipmac.c | 51 struct ip_set *set; /* attached to this ip_set */ 118 const struct ip_set_ext *ext, struct ip_set *set, in bitmap_ipmac_add_timeout() 208 bitmap_ipmac_kadt(struct ip_set *set, const struct sk_buff *skb, in bitmap_ipmac_kadt() 241 bitmap_ipmac_uadt(struct ip_set *set, struct nlattr *tb[], in bitmap_ipmac_uadt() 281 bitmap_ipmac_same_set(const struct ip_set *a, const struct ip_set *b) in bitmap_ipmac_same_set() 299 init_map_ipmac(struct ip_set *set, struct bitmap_ipmac *map, in init_map_ipmac() 318 bitmap_ipmac_create(struct net *net, struct ip_set *set, struct nlattr *tb[], in bitmap_ipmac_create()
|
| H A D | ip_set_hash_gen.h | 101 struct ip_set *set; /* Set the gc belongs to */ 338 mtype_add_cidr(struct ip_set *set, struct htype *h, u8 cidr, u8 n) in mtype_add_cidr() 365 mtype_del_cidr(struct ip_set *set, struct htype *h, u8 cidr, u8 n) in mtype_del_cidr() 398 mtype_ext_cleanup(struct ip_set *set, struct hbucket *n) in mtype_ext_cleanup() 409 mtype_flush(struct ip_set *set) in mtype_flush() 441 mtype_ahash_destroy(struct ip_set *set, struct htable *t, bool ext_destroy) in mtype_ahash_destroy() 462 mtype_destroy(struct ip_set *set) in mtype_destroy() 481 mtype_same_set(const struct ip_set *a, const struct ip_set *b) in mtype_same_set() 499 mtype_gc_do(struct ip_set *set, struct htype *h, struct htable *t, u32 r) in mtype_gc_do() 575 struct ip_set *set; in mtype_gc() [all …]
|
| H A D | ip_set_bitmap_ip.c | 48 struct ip_set *set; /* attached to this ip_set */ 110 bitmap_ip_kadt(struct ip_set *set, const struct sk_buff *skb, in bitmap_ip_kadt() 130 bitmap_ip_uadt(struct ip_set *set, struct nlattr *tb[], in bitmap_ip_uadt() 197 bitmap_ip_same_set(const struct ip_set *a, const struct ip_set *b) in bitmap_ip_same_set() 219 init_map_ip(struct ip_set *set, struct bitmap_ip *map, in init_map_ip() 253 bitmap_ip_create(struct net *net, struct ip_set *set, struct nlattr *tb[], in bitmap_ip_create()
|
| H A D | Makefile | 6 ip_set-y := ip_set_core.o ip_set_getport.o pfxlen.o 9 obj-$(CONFIG_IP_SET) += ip_set.o
|
| H A D | ip_set_hash_ipmac.c | 84 hash_ipmac4_kadt(struct ip_set *set, const struct sk_buff *skb, in hash_ipmac4_kadt() 110 hash_ipmac4_uadt(struct ip_set *set, struct nlattr *tb[], in hash_ipmac4_uadt() 197 hash_ipmac6_kadt(struct ip_set *set, const struct sk_buff *skb, in hash_ipmac6_kadt() 226 hash_ipmac6_uadt(struct ip_set *set, struct nlattr *tb[], in hash_ipmac6_uadt()
|
| H A D | ip_set_hash_ip.c | 77 hash_ip4_kadt(struct ip_set *set, const struct sk_buff *skb, in hash_ip4_kadt() 97 hash_ip4_uadt(struct ip_set *set, struct nlattr *tb[], in hash_ip4_uadt() 219 hash_ip6_kadt(struct ip_set *set, const struct sk_buff *skb, in hash_ip6_kadt() 237 hash_ip6_uadt(struct ip_set *set, struct nlattr *tb[], in hash_ip6_uadt()
|
| H A D | ip_set_hash_ipmark.c | 79 hash_ipmark4_kadt(struct ip_set *set, const struct sk_buff *skb, in hash_ipmark4_kadt() 96 hash_ipmark4_uadt(struct ip_set *set, struct nlattr *tb[], in hash_ipmark4_uadt() 213 hash_ipmark6_kadt(struct ip_set *set, const struct sk_buff *skb, in hash_ipmark6_kadt() 230 hash_ipmark6_uadt(struct ip_set *set, struct nlattr *tb[], in hash_ipmark6_uadt()
|
| H A D | ip_set_hash_net.c | 112 hash_net4_kadt(struct ip_set *set, const struct sk_buff *skb, in hash_net4_kadt() 135 hash_net4_uadt(struct ip_set *set, struct nlattr *tb[], in hash_net4_uadt() 289 hash_net6_kadt(struct ip_set *set, const struct sk_buff *skb, in hash_net6_kadt() 312 hash_net6_uadt(struct ip_set *set, struct nlattr *tb[], in hash_net6_uadt()
|
| H A D | ip_set_hash_ipport.c | 87 hash_ipport4_kadt(struct ip_set *set, const struct sk_buff *skb, in hash_ipport4_kadt() 104 hash_ipport4_uadt(struct ip_set *set, struct nlattr *tb[], in hash_ipport4_uadt() 248 hash_ipport6_kadt(struct ip_set *set, const struct sk_buff *skb, in hash_ipport6_kadt() 265 hash_ipport6_uadt(struct ip_set *set, struct nlattr *tb[], in hash_ipport6_uadt()
|
| H A D | ip_set_hash_ipportip.c | 89 hash_ipportip4_kadt(struct ip_set *set, const struct sk_buff *skb, in hash_ipportip4_kadt() 107 hash_ipportip4_uadt(struct ip_set *set, struct nlattr *tb[], in hash_ipportip4_uadt() 258 hash_ipportip6_kadt(struct ip_set *set, const struct sk_buff *skb, in hash_ipportip6_kadt() 276 hash_ipportip6_uadt(struct ip_set *set, struct nlattr *tb[], in hash_ipportip6_uadt()
|
| H A D | ip_set_hash_mac.c | 72 hash_mac4_kadt(struct ip_set *set, const struct sk_buff *skb, in hash_mac4_kadt() 95 hash_mac4_uadt(struct ip_set *set, struct nlattr *tb[], in hash_mac4_uadt()
|
| H A D | ip_set_hash_netiface.c | 156 hash_netiface4_kadt(struct ip_set *set, const struct sk_buff *skb, in hash_netiface4_kadt() 197 hash_netiface4_uadt(struct ip_set *set, struct nlattr *tb[], in hash_netiface4_uadt() 380 hash_netiface6_kadt(struct ip_set *set, const struct sk_buff *skb, in hash_netiface6_kadt() 419 hash_netiface6_uadt(struct ip_set *set, struct nlattr *tb[], in hash_netiface6_uadt()
|
| H A D | ip_set_hash_netport.c | 128 hash_netport4_kadt(struct ip_set *set, const struct sk_buff *skb, in hash_netport4_kadt() 153 hash_netport4_uadt(struct ip_set *set, struct nlattr *tb[], in hash_netport4_uadt() 353 hash_netport6_kadt(struct ip_set *set, const struct sk_buff *skb, in hash_netport6_kadt() 378 hash_netport6_uadt(struct ip_set *set, struct nlattr *tb[], in hash_netport6_uadt()
|
| H A D | ip_set_hash_netnet.c | 139 hash_netnet4_kadt(struct ip_set *set, const struct sk_buff *skb, in hash_netnet4_kadt() 162 hash_netnet4_uadt(struct ip_set *set, struct nlattr *tb[], in hash_netnet4_uadt() 387 hash_netnet6_kadt(struct ip_set *set, const struct sk_buff *skb, in hash_netnet6_kadt() 410 hash_netnet6_uadt(struct ip_set *set, struct nlattr *tb[], in hash_netnet6_uadt()
|
| H A D | ip_set_hash_ipportnet.c | 133 hash_ipportnet4_kadt(struct ip_set *set, const struct sk_buff *skb, in hash_ipportnet4_kadt() 159 hash_ipportnet4_uadt(struct ip_set *set, struct nlattr *tb[], in hash_ipportnet4_uadt() 387 hash_ipportnet6_kadt(struct ip_set *set, const struct sk_buff *skb, in hash_ipportnet6_kadt() 413 hash_ipportnet6_uadt(struct ip_set *set, struct nlattr *tb[], in hash_ipportnet6_uadt()
|
| H A D | ip_set_hash_netportnet.c | 149 hash_netportnet4_kadt(struct ip_set *set, const struct sk_buff *skb, in hash_netportnet4_kadt() 176 hash_netportnet4_uadt(struct ip_set *set, struct nlattr *tb[], in hash_netportnet4_uadt() 442 hash_netportnet6_kadt(struct ip_set *set, const struct sk_buff *skb, in hash_netportnet6_kadt() 469 hash_netportnet6_uadt(struct ip_set *set, struct nlattr *tb[], in hash_netportnet6_uadt()
|
| H A D | Kconfig | 26 parameter of the 'ip_set' module.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/netfilter/ipset/ |
| H A D | ..install.cmd | 1 …clude/include/linux/netfilter/ipset ./include/uapi/linux/netfilter/ipset ip_set.h ip_set_list.h ip…
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/netfilter/ipset/ |
| H A D | ..install.cmd | 1 …clude/include/linux/netfilter/ipset ./include/uapi/linux/netfilter/ipset ip_set.h ip_set_list.h ip…
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/files/ |
| H A D | buildhistory_filelist1.txt | 3681 -rw-r--r-- root root 9108 ./usr/include/linux/netfilter/ipset/ip_set.h
|