Searched refs:ip_set_id_t (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/net/netfilter/ipset/ |
D | ip_set_core.c | 34 ip_set_id_t ip_set_max; /* max number of sets */ 471 ip_set_rcu_get(struct net *net, ip_set_id_t index) in ip_set_rcu_get() 485 ip_set_test(ip_set_id_t index, const struct sk_buff *skb, in ip_set_test() 524 ip_set_add(ip_set_id_t index, const struct sk_buff *skb, in ip_set_add() 547 ip_set_del(ip_set_id_t index, const struct sk_buff *skb, in ip_set_del() 574 ip_set_id_t 577 ip_set_id_t i, index = IPSET_INVALID_ID; in ip_set_get_byname() 605 __ip_set_put_byindex(struct ip_set_net *inst, ip_set_id_t index) in __ip_set_put_byindex() 617 ip_set_put_byindex(struct net *net, ip_set_id_t index) in ip_set_put_byindex() 633 ip_set_name_byindex(struct net *net, ip_set_id_t index) in ip_set_name_byindex() [all …]
|
D | ip_set_list_set.c | 30 ip_set_id_t id; 34 ip_set_id_t id; 35 ip_set_id_t refid; 156 id_eq(const struct ip_set *set, u32 i, ip_set_id_t id) in id_eq()
|
/linux-4.1.27/include/linux/netfilter/ipset/ |
D | ip_set.h | 392 extern ip_set_id_t ip_set_get_byname(struct net *net, 394 extern void ip_set_put_byindex(struct net *net, ip_set_id_t index); 395 extern const char *ip_set_name_byindex(struct net *net, ip_set_id_t index); 396 extern ip_set_id_t ip_set_nfnl_get_byindex(struct net *net, ip_set_id_t index); 397 extern void ip_set_nfnl_put(struct net *net, ip_set_id_t index); 401 extern int ip_set_add(ip_set_id_t id, const struct sk_buff *skb, 404 extern int ip_set_del(ip_set_id_t id, const struct sk_buff *skb, 407 extern int ip_set_test(ip_set_id_t id, const struct sk_buff *skb,
|
/linux-4.1.27/include/uapi/linux/netfilter/ |
D | xt_set.h | 17 ip_set_id_t index; 41 ip_set_id_t index;
|
/linux-4.1.27/include/uapi/linux/netfilter/ipset/ |
D | ip_set.h | 225 typedef __u16 ip_set_id_t; typedef 276 ip_set_id_t index;
|
/linux-4.1.27/net/netfilter/ |
D | xt_set.c | 31 match_set(ip_set_id_t index, const struct sk_buff *skb, in match_set() 82 ip_set_id_t index; in set_match_v0_checkentry() 131 ip_set_id_t index; in set_match_v1_checkentry() 272 ip_set_id_t index; in set_target_v0_checkentry() 344 ip_set_id_t index; in set_target_v1_checkentry() 464 ip_set_id_t index; in set_target_v3_checkentry()
|
/linux-4.1.27/net/sched/ |
D | em_ipset.c | 26 ip_set_id_t index; in em_ipset_change()
|