Home
last modified time | relevance | path

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

1234

/net/netfilter/ipset/
Dip_set_list_set.c57 struct set_elem *e; in list_set_ktest() local
91 struct set_elem *e; in list_set_kadd() local
111 struct set_elem *e; in list_set_kdel() local
157 struct set_elem *e = container_of(rcu, struct set_elem, rcu); in __list_set_del_rcu() local
165 list_set_del(struct ip_set *set, struct set_elem *e) in list_set_del()
176 list_set_replace(struct ip_set *set, struct set_elem *e, struct set_elem *old) in list_set_replace()
189 struct set_elem *e, *n; in set_cleanup_entries() local
202 struct set_elem *e, *next, *prev = NULL; in list_set_utest() local
230 struct set_elem *e) in list_set_init_extensions()
249 struct set_elem *e, *n, *prev, *next; in list_set_uadd() local
[all …]
Dip_set_hash_ip.c60 hash_ip4_data_list(struct sk_buff *skb, const struct hash_ip4_elem *e) in hash_ip4_data_list()
71 hash_ip4_data_next(struct hash_ip4_elem *next, const struct hash_ip4_elem *e) in hash_ip4_data_next()
87 struct hash_ip4_elem e = { 0 }; in hash_ip4_kadt() local
106 struct hash_ip4_elem e = { 0 }; in hash_ip4_uadt() local
193 hash_ip6_data_list(struct sk_buff *skb, const struct hash_ip6_elem *e) in hash_ip6_data_list()
204 hash_ip6_data_next(struct hash_ip6_elem *next, const struct hash_ip6_elem *e) in hash_ip6_data_next()
224 struct hash_ip6_elem e = { { .all = { 0 } } }; in hash_ip6_kadt() local
241 struct hash_ip6_elem e = { { .all = { 0 } } }; in hash_ip6_uadt() local
Dip_set_hash_ipmac.c65 hash_ipmac4_data_list(struct sk_buff *skb, const struct hash_ipmac4_elem *e) in hash_ipmac4_data_list()
78 const struct hash_ipmac4_elem *e) in hash_ipmac4_data_next()
95 struct hash_ipmac4_elem e = { .ip = 0, { .foo[0] = 0, .foo[1] = 0 } }; in hash_ipmac4_kadt() local
120 struct hash_ipmac4_elem e = { .ip = 0, { .foo[0] = 0, .foo[1] = 0 } }; in hash_ipmac4_uadt() local
173 hash_ipmac6_data_list(struct sk_buff *skb, const struct hash_ipmac6_elem *e) in hash_ipmac6_data_list()
186 const struct hash_ipmac6_elem *e) in hash_ipmac6_data_next()
208 struct hash_ipmac6_elem e = { in hash_ipmac6_kadt() local
236 struct hash_ipmac6_elem e = { in hash_ipmac6_uadt() local
Dip_set_hash_mac.c53 hash_mac4_data_list(struct sk_buff *skb, const struct hash_mac4_elem *e) in hash_mac4_data_list()
65 const struct hash_mac4_elem *e) in hash_mac4_data_next()
84 struct hash_mac4_elem e = { { .foo[0] = 0, .foo[1] = 0 } }; in hash_mac4_kadt() local
106 struct hash_mac4_elem e = { { .foo[0] = 0, .foo[1] = 0 } }; in hash_mac4_uadt() local
Dip_set_bitmap_port.c61 bitmap_port_do_test(const struct bitmap_port_adt_elem *e, in bitmap_port_do_test()
74 bitmap_port_do_add(const struct bitmap_port_adt_elem *e, in bitmap_port_do_add()
81 bitmap_port_do_del(const struct bitmap_port_adt_elem *e, in bitmap_port_do_del()
109 struct bitmap_port_adt_elem e = { .id = 0 }; in bitmap_port_kadt() local
134 struct bitmap_port_adt_elem e = { .id = 0 }; in bitmap_port_uadt() local
Dip_set_bitmap_ipmac.c86 bitmap_ipmac_do_test(const struct bitmap_ipmac_adt_elem *e, in bitmap_ipmac_do_test()
120 const struct bitmap_ipmac_adt_elem *e, in bitmap_ipmac_add_timeout()
146 bitmap_ipmac_do_add(const struct bitmap_ipmac_adt_elem *e, in bitmap_ipmac_do_add()
184 bitmap_ipmac_do_del(const struct bitmap_ipmac_adt_elem *e, in bitmap_ipmac_do_del()
217 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_ip.c69 bitmap_ip_do_test(const struct bitmap_ip_adt_elem *e, in bitmap_ip_do_test()
82 bitmap_ip_do_add(const struct bitmap_ip_adt_elem *e, struct bitmap_ip *map, in bitmap_ip_do_add()
89 bitmap_ip_do_del(const struct bitmap_ip_adt_elem *e, struct bitmap_ip *map) in bitmap_ip_do_del()
118 struct bitmap_ip_adt_elem e = { .id = 0 }; in bitmap_ip_kadt() local
138 struct bitmap_ip_adt_elem e = { .id = 0 }; in bitmap_ip_uadt() local
Dip_set_hash_netnet.c135 hash_netnet4_init(struct hash_netnet4_elem *e) in hash_netnet4_init()
148 struct hash_netnet4_elem e = { }; in hash_netnet4_kadt() local
170 struct hash_netnet4_elem e = { }; in hash_netnet4_uadt() local
369 hash_netnet6_init(struct hash_netnet6_elem *e) in hash_netnet6_init()
382 struct hash_netnet6_elem e = { }; in hash_netnet6_kadt() local
403 struct hash_netnet6_elem e = { }; in hash_netnet6_uadt() local
Dip_set_hash_ipmark.c90 struct hash_ipmark4_elem e = { }; in hash_ipmark4_kadt() local
106 struct hash_ipmark4_elem e = { }; in hash_ipmark4_uadt() local
216 struct hash_ipmark6_elem e = { }; in hash_ipmark6_kadt() local
232 struct hash_ipmark6_elem e = { }; in hash_ipmark6_uadt() local
Dip_set_hash_netportnet.c146 hash_netportnet4_init(struct hash_netportnet4_elem *e) in hash_netportnet4_init()
159 struct hash_netportnet4_elem e = { }; in hash_netportnet4_kadt() local
185 struct hash_netportnet4_elem e = { }; in hash_netportnet4_uadt() local
425 hash_netportnet6_init(struct hash_netportnet6_elem *e) in hash_netportnet6_init()
438 struct hash_netportnet6_elem e = { }; in hash_netportnet6_kadt() local
464 struct hash_netportnet6_elem e = { }; in hash_netportnet6_uadt() local
Dip_set_hash_ipport.c96 struct hash_ipport4_elem e = { .ip = 0 }; in hash_ipport4_kadt() local
113 struct hash_ipport4_elem e = { .ip = 0 }; in hash_ipport4_uadt() local
254 struct hash_ipport6_elem e = { .ip = { .all = { 0 } } }; in hash_ipport6_kadt() local
271 struct hash_ipport6_elem e = { .ip = { .all = { 0 } } }; in hash_ipport6_uadt() local
Dip_set_hash_ipportip.c98 struct hash_ipportip4_elem e = { .ip = 0 }; in hash_ipportip4_kadt() local
116 struct hash_ipportip4_elem e = { .ip = 0 }; in hash_ipportip4_uadt() local
264 struct hash_ipportip6_elem e = { .ip = { .all = { 0 } } }; in hash_ipportip6_kadt() local
282 struct hash_ipportip6_elem e = { .ip = { .all = { 0 } } }; in hash_ipportip6_uadt() local
/net/netfilter/
Dxt_recent.c131 struct recent_entry *e; in recent_entry_lookup() local
147 static void recent_entry_remove(struct recent_table *t, struct recent_entry *e) in recent_entry_remove()
160 struct recent_entry *e; in recent_entry_reap() local
178 struct recent_entry *e; in recent_entry_init() local
206 static void recent_entry_update(struct recent_table *t, struct recent_entry *e) in recent_entry_update()
228 struct recent_entry *e, *next; in recent_table_flush() local
243 struct recent_entry *e; in recent_mt() local
481 struct recent_entry *e; in recent_seq_start() local
497 const struct recent_entry *e = v; in recent_seq_next() local
517 const struct recent_entry *e = v; in recent_seq_show() local
[all …]
Dxt_quota2.c144 struct xt_quota_counter *e = PDE_DATA(file_inode(file)); in quota_proc_read() local
157 struct xt_quota_counter *e = PDE_DATA(file_inode(file)); in quota_proc_write() local
181 struct xt_quota_counter *e; in q2_new_counter() local
208 struct xt_quota_counter *e = NULL; in q2_get_counter() local
285 struct xt_quota_counter *e = q->master; in quota_mt2_destroy() local
308 struct xt_quota_counter *e = q->master; in quota_mt2() local
Dxt_policy.c38 match_xfrm_state(const struct xfrm_state *x, const struct xt_policy_elem *e, in match_xfrm_state()
58 const struct xt_policy_elem *e; in match_policy_in() local
88 const struct xt_policy_elem *e; in match_policy_out() local
Dnf_conntrack_ecache.c52 struct nf_conntrack_ecache *e; in ecache_work_evict_list() local
126 struct nf_conntrack_ecache *e; in nf_conntrack_eventmask_report() local
183 struct nf_conntrack_ecache *e; in nf_ct_deliver_cached_events() local
237 struct nf_conntrack_ecache *e; in nf_ct_expect_event_report() local
/net/ipv6/
Dfou6.c19 static void fou6_build_udp(struct sk_buff *skb, struct ip_tunnel_encap *e, in fou6_build_udp()
38 static int fou6_build_header(struct sk_buff *skb, struct ip_tunnel_encap *e, in fou6_build_header()
55 static int gue6_build_header(struct sk_buff *skb, struct ip_tunnel_encap *e, in gue6_build_header()
/net/ipv4/netfilter/
Darp_tables.c164 arpt_get_target_c(const struct arpt_entry *e) in arpt_get_target_c()
189 struct arpt_entry *e, **jumpstack; in arpt_do_table() local
294 static inline bool unconditional(const struct arpt_entry *e) in unconditional()
316 struct arpt_entry *e = entry0 + pos; in mark_source_chains() local
397 static int check_target(struct arpt_entry *e, struct net *net, const char *name) in check_target()
414 find_check_entry(struct arpt_entry *e, struct net *net, const char *name, in find_check_entry()
446 static bool check_underflow(const struct arpt_entry *e) in check_underflow()
461 static inline int check_entry_size_and_hooks(struct arpt_entry *e, in check_entry_size_and_hooks()
509 static void cleanup_entry(struct arpt_entry *e, struct net *net) in cleanup_entry()
672 const struct arpt_entry *e; in copy_entries_to_user() local
[all …]
Dip_tables.c112 static inline bool unconditional(const struct ipt_entry *e) in unconditional()
122 ipt_get_target_c(const struct ipt_entry *e) in ipt_get_target_c()
160 get_chainname_rulenum(const struct ipt_entry *s, const struct ipt_entry *e, in get_chainname_rulenum()
196 const struct ipt_entry *e) in trace_packet()
238 struct ipt_entry *e, **jumpstack; in ipt_do_table() local
385 struct ipt_entry *e = entry0 + pos; in mark_source_chains() local
511 static int check_target(struct ipt_entry *e, struct net *net, const char *name) in check_target()
529 find_check_entry(struct ipt_entry *e, struct net *net, const char *name, in find_check_entry()
585 static bool check_underflow(const struct ipt_entry *e) in check_underflow()
601 check_entry_size_and_hooks(struct ipt_entry *e, in check_entry_size_and_hooks()
[all …]
/net/ipv6/netfilter/
Dip6_tables.c137 static inline bool unconditional(const struct ip6t_entry *e) in unconditional()
146 ip6t_get_target_c(const struct ip6t_entry *e) in ip6t_get_target_c()
185 get_chainname_rulenum(const struct ip6t_entry *s, const struct ip6t_entry *e, in get_chainname_rulenum()
221 const struct ip6t_entry *e) in trace_packet()
262 struct ip6t_entry *e, **jumpstack; in ip6t_do_table() local
403 struct ip6t_entry *e = entry0 + pos; in mark_source_chains() local
529 static int check_target(struct ip6t_entry *e, struct net *net, const char *name) in check_target()
549 find_check_entry(struct ip6t_entry *e, struct net *net, const char *name, in find_check_entry()
604 static bool check_underflow(const struct ip6t_entry *e) in check_underflow()
620 check_entry_size_and_hooks(struct ip6t_entry *e, in check_entry_size_and_hooks()
[all …]
/net/sched/
Dact_meta_skbtcindex.c28 struct tcf_meta_info *e) in skbtcindex_encode()
43 static int skbtcindex_check(struct sk_buff *skb, struct tcf_meta_info *e) in skbtcindex_check()
Dact_meta_mark.c28 struct tcf_meta_info *e) in skbmark_encode()
43 static int skbmark_check(struct sk_buff *skb, struct tcf_meta_info *e) in skbmark_check()
Dact_meta_skbprio.c26 static int skbprio_check(struct sk_buff *skb, struct tcf_meta_info *e) in skbprio_check()
32 struct tcf_meta_info *e) in skbprio_encode()
/net/netfilter/ipvs/
Dip_vs_lblcr.c106 struct ip_vs_dest_set_elem *e; in ip_vs_dest_set_insert() local
130 struct ip_vs_dest_set_elem *e; in ip_vs_lblcr_elem_rcu_free() local
140 struct ip_vs_dest_set_elem *e; in ip_vs_dest_set_erase() local
156 struct ip_vs_dest_set_elem *e, *ep; in ip_vs_dest_set_eraseall() local
167 register struct ip_vs_dest_set_elem *e; in ip_vs_dest_set_min() local
216 register struct ip_vs_dest_set_elem *e; in ip_vs_dest_set_max() local
Dip_vs_est.c102 struct ip_vs_estimator *e; in estimation_timer() local
182 struct ip_vs_estimator *e = &stats->est; in ip_vs_read_estimator() local

1234