Searched refs:ip_set_id_t (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/include/linux/netfilter/ipset/ |
A D | ip_set.h | 307 extern ip_set_id_t ip_set_get_byname(struct net *net, 309 extern void ip_set_put_byindex(struct net *net, ip_set_id_t index); 310 extern void ip_set_name_byindex(struct net *net, ip_set_id_t index, char *name); 311 extern ip_set_id_t ip_set_nfnl_get_byindex(struct net *net, ip_set_id_t index); 312 extern void ip_set_nfnl_put(struct net *net, ip_set_id_t index); 316 extern int ip_set_add(ip_set_id_t id, const struct sk_buff *skb, 319 extern int ip_set_del(ip_set_id_t id, const struct sk_buff *skb, 322 extern int ip_set_test(ip_set_id_t id, const struct sk_buff *skb,
|
/linux-6.3-rc2/net/netfilter/ipset/ |
A D | ip_set_core.c | 814 ip_set_id_t 891 ip_set_id_t 988 ip_set_id_t i; in find_set_and_id() 1004 ip_set_id_t id; in find_set() 1014 ip_set_id_t i; in find_free_id() 1187 ip_set_id_t i; in ip_set_destroy() 1266 ip_set_id_t i; in ip_set_flush() 1305 ip_set_id_t i; in ip_set_rename() 1437 ip_set_id_t index = (ip_set_id_t)cb->args[IPSET_CB_INDEX]; in ip_set_dump_done() 2245 ip_set_id_t id; in ip_set_sockfn_get() [all …]
|
A D | ip_set_list_set.c | 30 ip_set_id_t id; 34 ip_set_id_t id; 35 ip_set_id_t refid;
|
/linux-6.3-rc2/include/uapi/linux/netfilter/ |
A D | xt_set.h | 18 ip_set_id_t index; 42 ip_set_id_t index;
|
/linux-6.3-rc2/include/uapi/linux/netfilter/ipset/ |
A D | ip_set.h | 234 typedef __u16 ip_set_id_t; typedef 285 ip_set_id_t index;
|
/linux-6.3-rc2/net/netfilter/ |
A D | xt_set.c | 29 match_set(ip_set_id_t index, const struct sk_buff *skb, in match_set() 86 ip_set_id_t index; in set_match_v0_checkentry() 137 ip_set_id_t index; in set_match_v1_checkentry() 235 ip_set_id_t index; in set_target_v0_checkentry() 310 ip_set_id_t index; in set_target_v1_checkentry() 437 ip_set_id_t index; in set_target_v3_checkentry()
|
/linux-6.3-rc2/net/sched/ |
A D | em_ipset.c | 23 ip_set_id_t index; in em_ipset_change()
|
Completed in 22 milliseconds