Home
last modified time | relevance | path

Searched defs:e (Results 1 – 25 of 105) sorted by relevance

12345

/net/netfilter/ipset/
Dip_set_list_set.c55 struct set_elem *e; in list_set_ktest() local
79 struct set_elem *e; in list_set_kadd() local
99 struct set_elem *e; in list_set_kdel() local
145 struct set_elem *e = container_of(rcu, struct set_elem, rcu); in __list_set_del_rcu() local
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()
177 struct set_elem *e, *n; in set_cleanup_entries() local
190 struct set_elem *e, *next, *prev = NULL; in list_set_utest() local
218 struct set_elem *e) in list_set_init_extensions()
237 struct set_elem *e, *n, *prev, *next; in list_set_uadd() local
[all …]
Dip_set_hash_ipmac.c59 hash_ipmac4_data_list(struct sk_buff *skb, const struct hash_ipmac4_elem *e) in hash_ipmac4_data_list()
72 const struct hash_ipmac4_elem *e) in hash_ipmac4_data_next()
89 struct hash_ipmac4_elem e = { .ip = 0, { .foo[0] = 0, .foo[1] = 0 } }; in hash_ipmac4_kadt() local
114 struct hash_ipmac4_elem e = { .ip = 0, { .foo[0] = 0, .foo[1] = 0 } }; in hash_ipmac4_uadt() local
167 hash_ipmac6_data_list(struct sk_buff *skb, const struct hash_ipmac6_elem *e) in hash_ipmac6_data_list()
180 const struct hash_ipmac6_elem *e) in hash_ipmac6_data_next()
202 struct hash_ipmac6_elem e = { in hash_ipmac6_kadt() local
230 struct hash_ipmac6_elem e = { in hash_ipmac6_uadt() local
Dip_set_hash_ip.c57 hash_ip4_data_list(struct sk_buff *skb, const struct hash_ip4_elem *e) in hash_ip4_data_list()
68 hash_ip4_data_next(struct hash_ip4_elem *next, const struct hash_ip4_elem *e) in hash_ip4_data_next()
84 struct hash_ip4_elem e = { 0 }; in hash_ip4_kadt() local
103 struct hash_ip4_elem e = { 0 }; in hash_ip4_uadt() local
195 hash_ip6_data_list(struct sk_buff *skb, const struct hash_ip6_elem *e) in hash_ip6_data_list()
206 hash_ip6_data_next(struct hash_ip6_elem *next, const struct hash_ip6_elem *e) in hash_ip6_data_next()
226 struct hash_ip6_elem e = { { .all = { 0 } } }; in hash_ip6_kadt() local
243 struct hash_ip6_elem e = { { .all = { 0 } } }; in hash_ip6_uadt() local
Dip_set_hash_mac.c49 hash_mac4_data_list(struct sk_buff *skb, const struct hash_mac4_elem *e) in hash_mac4_data_list()
61 const struct hash_mac4_elem *e) in hash_mac4_data_next()
77 struct hash_mac4_elem e = { { .foo[0] = 0, .foo[1] = 0 } }; in hash_mac4_kadt() local
99 struct hash_mac4_elem e = { { .foo[0] = 0, .foo[1] = 0 } }; in hash_mac4_uadt() local
Dip_set_bitmap_ipmac.c83 bitmap_ipmac_do_test(const struct bitmap_ipmac_adt_elem *e, in bitmap_ipmac_do_test()
117 const struct bitmap_ipmac_adt_elem *e, in bitmap_ipmac_add_timeout()
143 bitmap_ipmac_do_add(const struct bitmap_ipmac_adt_elem *e, in bitmap_ipmac_do_add()
181 bitmap_ipmac_do_del(const struct bitmap_ipmac_adt_elem *e, in bitmap_ipmac_do_del()
214 struct bitmap_ipmac_adt_elem e = { .id = 0, .add_mac = 1 }; in bitmap_ipmac_kadt() local
246 struct bitmap_ipmac_adt_elem e = { .id = 0 }; in bitmap_ipmac_uadt() local
Dip_set_bitmap_port.c58 bitmap_port_do_test(const struct bitmap_port_adt_elem *e, in bitmap_port_do_test()
71 bitmap_port_do_add(const struct bitmap_port_adt_elem *e, in bitmap_port_do_add()
78 bitmap_port_do_del(const struct bitmap_port_adt_elem *e, in bitmap_port_do_del()
133 struct bitmap_port_adt_elem e = { .id = 0 }; in bitmap_port_kadt() local
158 struct bitmap_port_adt_elem e = { .id = 0 }; in bitmap_port_uadt() local
Dip_set_bitmap_ip.c67 bitmap_ip_do_test(const struct bitmap_ip_adt_elem *e, in bitmap_ip_do_test()
80 bitmap_ip_do_add(const struct bitmap_ip_adt_elem *e, struct bitmap_ip *map, in bitmap_ip_do_add()
87 bitmap_ip_do_del(const struct bitmap_ip_adt_elem *e, struct bitmap_ip *map) in bitmap_ip_do_del()
116 struct bitmap_ip_adt_elem e = { .id = 0 }; in bitmap_ip_kadt() local
136 struct bitmap_ip_adt_elem e = { .id = 0 }; in bitmap_ip_uadt() local
Dip_set_hash_netnet.c133 hash_netnet4_init(struct hash_netnet4_elem *e) in hash_netnet4_init()
146 struct hash_netnet4_elem e = { }; in hash_netnet4_kadt() local
168 struct hash_netnet4_elem e = { }; in hash_netnet4_uadt() local
372 hash_netnet6_init(struct hash_netnet6_elem *e) in hash_netnet6_init()
385 struct hash_netnet6_elem e = { }; in hash_netnet6_kadt() local
406 struct hash_netnet6_elem e = { }; in hash_netnet6_uadt() local
Dip_set_hash_ipmark.c86 struct hash_ipmark4_elem e = { }; in hash_ipmark4_kadt() local
102 struct hash_ipmark4_elem e = { }; in hash_ipmark4_uadt() local
221 struct hash_ipmark6_elem e = { }; in hash_ipmark6_kadt() local
237 struct hash_ipmark6_elem e = { }; in hash_ipmark6_uadt() local
Dip_set_hash_netportnet.c144 hash_netportnet4_init(struct hash_netportnet4_elem *e) in hash_netportnet4_init()
157 struct hash_netportnet4_elem e = { }; in hash_netportnet4_kadt() local
193 struct hash_netportnet4_elem e = { }; in hash_netportnet4_uadt() local
439 hash_netportnet6_init(struct hash_netportnet6_elem *e) in hash_netportnet6_init()
452 struct hash_netportnet6_elem e = { }; in hash_netportnet6_kadt() local
478 struct hash_netportnet6_elem e = { }; in hash_netportnet6_uadt() local
Dip_set_hash_ipportip.c95 struct hash_ipportip4_elem e = { .ip = 0 }; in hash_ipportip4_kadt() local
113 struct hash_ipportip4_elem e = { .ip = 0 }; in hash_ipportip4_uadt() local
265 struct hash_ipportip6_elem e = { .ip = { .all = { 0 } } }; in hash_ipportip6_kadt() local
283 struct hash_ipportip6_elem e = { .ip = { .all = { 0 } } }; in hash_ipportip6_uadt() local
/net/netfilter/
Dxt_recent.c128 struct recent_entry *e; in recent_entry_lookup() local
144 static void recent_entry_remove(struct recent_table *t, struct recent_entry *e) in recent_entry_remove()
158 struct recent_entry *e; in recent_entry_reap() local
182 struct recent_entry *e; in recent_entry_init() local
209 static void recent_entry_update(struct recent_table *t, struct recent_entry *e) in recent_entry_update()
231 struct recent_entry *e, *next; in recent_table_flush() local
246 struct recent_entry *e; in recent_mt() local
484 struct recent_entry *e; in recent_seq_start() local
500 const struct recent_entry *e = v; in recent_seq_next() local
520 const struct recent_entry *e = v; in recent_seq_show() local
[all …]
Dxt_quota2.c137 struct xt_quota_counter *e = PDE_DATA(file_inode(file)); in quota_proc_read() local
150 struct xt_quota_counter *e = PDE_DATA(file_inode(file)); in quota_proc_write() local
176 struct xt_quota_counter *e; in q2_new_counter() local
203 struct xt_quota_counter *e = NULL; in q2_get_counter() local
280 struct xt_quota_counter *e = q->master; in quota_mt2_destroy() local
303 struct xt_quota_counter *e = q->master; in quota_mt2() local
Dnf_conntrack_ecache.c53 struct nf_conntrack_ecache *e; in ecache_work_evict_list() local
133 static int __nf_conntrack_eventmask_report(struct nf_conntrack_ecache *e, in __nf_conntrack_eventmask_report()
173 struct nf_conntrack_ecache *e; in nf_conntrack_eventmask_report() local
212 struct nf_conntrack_ecache *e; in nf_ct_deliver_cached_events() local
244 struct nf_conntrack_ecache *e; in nf_ct_expect_event_report() local
Dxt_policy.c35 match_xfrm_state(const struct xfrm_state *x, const struct xt_policy_elem *e, in match_xfrm_state()
55 const struct xt_policy_elem *e; in match_policy_in() local
85 const struct xt_policy_elem *e; in match_policy_out() local
Dcore.c53 #define nf_entry_dereference(e) \ argument
58 struct nf_hook_entries *e; in allocate_hook_entries_size() local
81 static void nf_hook_entries_free(struct nf_hook_entries *e) in nf_hook_entries_free()
584 const struct nf_hook_entries *e, unsigned int s) in nf_hook_slow()
619 const struct nf_hook_entries *e) in nf_hook_slow_list()
710 __netfilter_net_init(struct nf_hook_entries __rcu **e, int max) in __netfilter_net_init()
Dnft_set_pipapo.c1087 struct nft_pipapo_elem *e)
1196 struct nft_pipapo_elem *e = elem->priv, *dup; local
1418 struct nft_pipapo_elem *e = NULL; /* Keep gcc happy */ local
1564 struct nft_pipapo_elem *e)
1585 struct nft_pipapo_elem *e; local
1766 struct nft_pipapo_elem *e = elem->priv; local
1787 struct nft_pipapo_elem *e; local
1836 struct nft_pipapo_elem *e = elem; local
1974 struct nft_pipapo_elem *e = elem->priv; local
2053 struct nft_pipapo_elem *e; local
[all …]
/net/ipv4/netfilter/
Darp_tables.c165 arpt_get_target_c(const struct arpt_entry *e) in arpt_get_target_c()
190 struct arpt_entry *e, **jumpstack; in arpt_do_table() local
290 static inline bool unconditional(const struct arpt_entry *e) in unconditional()
312 struct arpt_entry *e = entry0 + pos; in mark_source_chains() local
387 static int check_target(struct arpt_entry *e, struct net *net, const char *name) in check_target()
404 find_check_entry(struct arpt_entry *e, struct net *net, const char *name, in find_check_entry()
436 static bool check_underflow(const struct arpt_entry *e) in check_underflow()
451 static inline int check_entry_size_and_hooks(struct arpt_entry *e, in check_entry_size_and_hooks()
499 static void cleanup_entry(struct arpt_entry *e, struct net *net) in cleanup_entry()
674 const struct arpt_entry *e; in copy_entries_to_user() local
[all …]
Dip_tables.c110 static inline bool unconditional(const struct ipt_entry *e) in unconditional()
120 ipt_get_target_c(const struct ipt_entry *e) in ipt_get_target_c()
158 get_chainname_rulenum(const struct ipt_entry *s, const struct ipt_entry *e, in get_chainname_rulenum()
194 const struct ipt_entry *e) in trace_packet()
236 struct ipt_entry *e, **jumpstack; in ipt_do_table() local
378 struct ipt_entry *e = entry0 + pos; in mark_source_chains() local
498 static int check_target(struct ipt_entry *e, struct net *net, const char *name) in check_target()
516 find_check_entry(struct ipt_entry *e, struct net *net, const char *name, in find_check_entry()
572 static bool check_underflow(const struct ipt_entry *e) in check_underflow()
588 check_entry_size_and_hooks(struct ipt_entry *e, in check_entry_size_and_hooks()
[all …]
/net/ipv6/netfilter/
Dip6_tables.c135 static inline bool unconditional(const struct ip6t_entry *e) in unconditional()
144 ip6t_get_target_c(const struct ip6t_entry *e) in ip6t_get_target_c()
183 get_chainname_rulenum(const struct ip6t_entry *s, const struct ip6t_entry *e, in get_chainname_rulenum()
219 const struct ip6t_entry *e) in trace_packet()
260 struct ip6t_entry *e, **jumpstack; in ip6t_do_table() local
397 struct ip6t_entry *e = entry0 + pos; in mark_source_chains() local
517 static int check_target(struct ip6t_entry *e, struct net *net, const char *name) in check_target()
536 find_check_entry(struct ip6t_entry *e, struct net *net, const char *name, in find_check_entry()
591 static bool check_underflow(const struct ip6t_entry *e) in check_underflow()
607 check_entry_size_and_hooks(struct ip6t_entry *e, in check_entry_size_and_hooks()
[all …]
/net/sched/
Dact_meta_mark.c22 struct tcf_meta_info *e) in skbmark_encode()
37 static int skbmark_check(struct sk_buff *skb, struct tcf_meta_info *e) in skbmark_check()
Dact_meta_skbtcindex.c22 struct tcf_meta_info *e) in skbtcindex_encode()
37 static int skbtcindex_check(struct sk_buff *skb, struct tcf_meta_info *e) in skbtcindex_check()
Dact_meta_skbprio.c21 static int skbprio_check(struct sk_buff *skb, struct tcf_meta_info *e) in skbprio_check()
27 struct tcf_meta_info *e) in skbprio_encode()
/net/ipv6/
Dfou6.c21 static void fou6_build_udp(struct sk_buff *skb, struct ip_tunnel_encap *e, in fou6_build_udp()
40 static int fou6_build_header(struct sk_buff *skb, struct ip_tunnel_encap *e, in fou6_build_header()
57 static int gue6_build_header(struct sk_buff *skb, struct ip_tunnel_encap *e, in gue6_build_header()
/net/netfilter/ipvs/
Dip_vs_lblcr.c102 struct ip_vs_dest_set_elem *e; in ip_vs_dest_set_insert() local
126 struct ip_vs_dest_set_elem *e; in ip_vs_lblcr_elem_rcu_free() local
136 struct ip_vs_dest_set_elem *e; in ip_vs_dest_set_erase() local
152 struct ip_vs_dest_set_elem *e, *ep; in ip_vs_dest_set_eraseall() local
163 struct ip_vs_dest_set_elem *e; in ip_vs_dest_set_min() local
212 struct ip_vs_dest_set_elem *e; in ip_vs_dest_set_max() local

12345