Home
last modified time | relevance | path

Searched defs:a (Results 1 – 25 of 109) sorted by relevance

12345

/net/ceph/crush/
Dhash.c13 #define crush_hashmix(a, b, c) do { \ argument
27 static __u32 crush_hash32_rjenkins1(__u32 a) in crush_hash32_rjenkins1()
38 static __u32 crush_hash32_rjenkins1_2(__u32 a, __u32 b) in crush_hash32_rjenkins1_2()
49 static __u32 crush_hash32_rjenkins1_3(__u32 a, __u32 b, __u32 c) in crush_hash32_rjenkins1_3()
62 static __u32 crush_hash32_rjenkins1_4(__u32 a, __u32 b, __u32 c, __u32 d) in crush_hash32_rjenkins1_4()
76 static __u32 crush_hash32_rjenkins1_5(__u32 a, __u32 b, __u32 c, __u32 d, in crush_hash32_rjenkins1_5()
94 __u32 crush_hash32(int type, __u32 a) in crush_hash32()
104 __u32 crush_hash32_2(int type, __u32 a, __u32 b) in crush_hash32_2()
114 __u32 crush_hash32_3(int type, __u32 a, __u32 b, __u32 c) in crush_hash32_3()
124 __u32 crush_hash32_4(int type, __u32 a, __u32 b, __u32 c, __u32 d) in crush_hash32_4()
[all …]
/net/dccp/ccids/lib/
Dtfrc.h25 #define tfrc_pr_debug(format, a...) DCCP_PR_DEBUG(tfrc_debug, format, ##a) argument
27 #define tfrc_pr_debug(format, a...) argument
31 static inline u64 scaled_div(u64 a, u64 b) in scaled_div()
37 static inline u32 scaled_div32(u64 a, u64 b) in scaled_div32()
/net/sched/
Dact_api.c31 static int tcf_action_goto_chain_init(struct tc_action *a, struct tcf_proto *tp) in tcf_action_goto_chain_init()
43 static void tcf_action_goto_chain_fini(struct tc_action *a) in tcf_action_goto_chain_fini()
48 static void tcf_action_goto_chain_exec(const struct tc_action *a, in tcf_action_goto_chain_exec()
231 int tcf_idr_search(struct tc_action_net *tn, struct tc_action **a, u32 index) in tcf_idr_search()
244 bool tcf_idr_check(struct tc_action_net *tn, u32 index, struct tc_action **a, in tcf_idr_check()
261 void tcf_idr_cleanup(struct tc_action *a, struct nlattr *est) in tcf_idr_cleanup()
270 struct tc_action **a, const struct tc_action_ops *ops, in tcf_idr_create()
346 void tcf_idr_insert(struct tc_action_net *tn, struct tc_action *a) in tcf_idr_insert()
381 struct tc_action_ops *a; in tcf_register_action() local
413 struct tc_action_ops *a; in tcf_unregister_action() local
[all …]
Dact_mirred.c53 static void tcf_mirred_release(struct tc_action *a, int bind) in tcf_mirred_release()
75 struct nlattr *est, struct tc_action **a, int ovr, in tcf_mirred_init()
160 static int tcf_mirred(struct sk_buff *skb, const struct tc_action *a, in tcf_mirred()
234 static void tcf_stats_update(struct tc_action *a, u64 bytes, u32 packets, in tcf_stats_update()
244 static int tcf_mirred_dump(struct sk_buff *skb, struct tc_action *a, int bind, in tcf_mirred_dump()
281 static int tcf_mirred_search(struct net *net, struct tc_action **a, u32 index) in tcf_mirred_search()
316 static int tcf_mirred_device(const struct tc_action *a, struct net *net, in tcf_mirred_device()
Dact_ipt.c81 static void tcf_ipt_release(struct tc_action *a, int bind) in tcf_ipt_release()
100 struct nlattr *est, struct tc_action **a, in __tcf_ipt_init()
199 struct nlattr *est, struct tc_action **a, int ovr, in tcf_ipt_init()
207 struct nlattr *est, struct tc_action **a, int ovr, in tcf_xt_init()
214 static int tcf_ipt(struct sk_buff *skb, const struct tc_action *a, in tcf_ipt()
266 static int tcf_ipt_dump(struct sk_buff *skb, struct tc_action *a, int bind, in tcf_ipt_dump()
317 static int tcf_ipt_search(struct net *net, struct tc_action **a, u32 index) in tcf_ipt_search()
367 static int tcf_xt_search(struct net *net, struct tc_action **a, u32 index) in tcf_xt_search()
Dact_sample.c39 struct nlattr *est, struct tc_action **a, int ovr, in tcf_sample_init()
121 static void tcf_sample_cleanup(struct tc_action *a, int bind) in tcf_sample_cleanup()
144 static int tcf_sample_act(struct sk_buff *skb, const struct tc_action *a, in tcf_sample_act()
187 static int tcf_sample_dump(struct sk_buff *skb, struct tc_action *a, in tcf_sample_dump()
232 static int tcf_sample_search(struct net *net, struct tc_action **a, u32 index) in tcf_sample_search()
Dact_simple.c31 static int tcf_simp(struct sk_buff *skb, const struct tc_action *a, in tcf_simp()
50 static void tcf_simp_release(struct tc_action *a, int bind) in tcf_simp_release()
81 struct nlattr *est, struct tc_action **a, in tcf_simp_init()
141 static int tcf_simp_dump(struct sk_buff *skb, struct tc_action *a, in tcf_simp_dump()
177 static int tcf_simp_search(struct net *net, struct tc_action **a, u32 index) in tcf_simp_search()
Dact_skbmod.c27 static int tcf_skbmod_run(struct sk_buff *skb, const struct tc_action *a, in tcf_skbmod_run()
86 struct nlattr *est, struct tc_action **a, in tcf_skbmod_init()
190 static void tcf_skbmod_cleanup(struct tc_action *a, int bind) in tcf_skbmod_cleanup()
200 static int tcf_skbmod_dump(struct sk_buff *skb, struct tc_action *a, in tcf_skbmod_dump()
246 static int tcf_skbmod_search(struct net *net, struct tc_action **a, u32 index) in tcf_skbmod_search()
Dact_gact.c58 struct nlattr *est, struct tc_action **a, in tcf_gact_init()
127 static int tcf_gact(struct sk_buff *skb, const struct tc_action *a, in tcf_gact()
150 static void tcf_gact_stats_update(struct tc_action *a, u64 bytes, u32 packets, in tcf_gact_stats_update()
165 static int tcf_gact_dump(struct sk_buff *skb, struct tc_action *a, in tcf_gact_dump()
211 static int tcf_gact_search(struct net *net, struct tc_action **a, u32 index) in tcf_gact_search()
Dact_connmark.c34 static int tcf_connmark(struct sk_buff *skb, const struct tc_action *a, in tcf_connmark()
98 struct nlattr *est, struct tc_action **a, in tcf_connmark_init()
148 static inline int tcf_connmark_dump(struct sk_buff *skb, struct tc_action *a, in tcf_connmark_dump()
186 static int tcf_connmark_search(struct net *net, struct tc_action **a, u32 index) in tcf_connmark_search()
Dact_tunnel_key.c26 static int tunnel_key_act(struct sk_buff *skb, const struct tc_action *a, in tunnel_key_act()
72 struct nlattr *est, struct tc_action **a, in tunnel_key_init()
205 static void tunnel_key_release(struct tc_action *a, int bind) in tunnel_key_release()
247 static int tunnel_key_dump(struct sk_buff *skb, struct tc_action *a, in tunnel_key_dump()
303 static int tunnel_key_search(struct net *net, struct tc_action **a, u32 index) in tunnel_key_search()
Dact_vlan.c25 static int tcf_vlan(struct sk_buff *skb, const struct tc_action *a, in tcf_vlan()
105 struct nlattr *est, struct tc_action **a, in tcf_vlan_init()
206 static int tcf_vlan_dump(struct sk_buff *skb, struct tc_action *a, in tcf_vlan_dump()
251 static int tcf_vlan_search(struct net *net, struct tc_action **a, u32 index) in tcf_vlan_search()
Dact_skbedit.c33 static int tcf_skbedit(struct sk_buff *skb, const struct tc_action *a, in tcf_skbedit()
68 struct nlattr *est, struct tc_action **a, in tcf_skbedit_init()
169 static int tcf_skbedit_dump(struct sk_buff *skb, struct tc_action *a, in tcf_skbedit_dump()
219 static int tcf_skbedit_search(struct net *net, struct tc_action **a, u32 index) in tcf_skbedit_search()
Dact_nat.c40 struct tc_action **a, int ovr, int bind) in tcf_nat_init()
89 static int tcf_nat(struct sk_buff *skb, const struct tc_action *a, in tcf_nat()
246 static int tcf_nat_dump(struct sk_buff *skb, struct tc_action *a, in tcf_nat_dump()
287 static int tcf_nat_search(struct net *net, struct tc_action **a, u32 index) in tcf_nat_search()
Dact_pedit.c139 struct nlattr *est, struct tc_action **a, in tcf_pedit_init()
225 static void tcf_pedit_cleanup(struct tc_action *a, int bind) in tcf_pedit_cleanup()
277 static int tcf_pedit(struct sk_buff *skb, const struct tc_action *a, in tcf_pedit()
378 static int tcf_pedit_dump(struct sk_buff *skb, struct tc_action *a, in tcf_pedit_dump()
438 static int tcf_pedit_search(struct net *net, struct tc_action **a, u32 index) in tcf_pedit_search()
Dact_ife.c393 static void _tcf_ife_cleanup(struct tc_action *a, int bind) in _tcf_ife_cleanup()
411 static void tcf_ife_cleanup(struct tc_action *a, int bind) in tcf_ife_cleanup()
447 struct nlattr *est, struct tc_action **a, in tcf_ife_init()
561 static int tcf_ife_dump(struct sk_buff *skb, struct tc_action *a, int bind, in tcf_ife_dump()
625 static int tcf_ife_decode(struct sk_buff *skb, const struct tc_action *a, in tcf_ife_decode()
704 static int tcf_ife_encode(struct sk_buff *skb, const struct tc_action *a, in tcf_ife_encode()
786 static int tcf_ife_act(struct sk_buff *skb, const struct tc_action *a, in tcf_ife_act()
816 static int tcf_ife_search(struct net *net, struct tc_action **a, u32 index) in tcf_ife_search()
Dact_police.c76 struct nlattr *est, struct tc_action **a, in tcf_act_police_init()
201 static int tcf_act_police(struct sk_buff *skb, const struct tc_action *a, in tcf_act_police()
265 static int tcf_act_police_dump(struct sk_buff *skb, struct tc_action *a, in tcf_act_police_dump()
307 static int tcf_police_search(struct net *net, struct tc_action **a, u32 index) in tcf_police_search()
/net/openvswitch/
Dflow_netlink.c432 const struct nlattr *a[], in __parse_flow_nlattrs()
477 const struct nlattr *a[], u64 *attrsp, in parse_flow_mask_nlattrs()
483 int parse_flow_nlattrs(const struct nlattr *attr, const struct nlattr *a[], in parse_flow_nlattrs()
489 static int genev_tun_opt_from_nlattr(const struct nlattr *a, in genev_tun_opt_from_nlattr()
544 struct nlattr *a; in vxlan_tun_opt_from_nlattr() local
603 struct nlattr *a; in ip_tun_from_nlattr() local
863 const struct nlattr *a[], in encode_vlan_from_nlattrs()
887 const struct nlattr **a, bool log) in validate_vlan_from_nlattrs()
925 const struct nlattr **a, bool log) in validate_vlan_mask_from_nlattrs()
967 const struct nlattr **a, bool is_mask, in __parse_vlan_from_nlattrs()
[all …]
/net/dccp/
Ddccp.h27 #define DCCP_CRIT(fmt, a...) printk(KERN_CRIT fmt " at %s:%d/%s()\n", ##a, \ argument
29 #define DCCP_BUG(a...) do { DCCP_CRIT("BUG: " a); dump_stack(); } while(0) argument
38 #define DCCP_PR_DEBUG(enable, fmt, a...) DCCP_PRINTK(enable, KERN_DEBUG \ argument
43 #define dccp_pr_debug(format, a...) DCCP_PR_DEBUG(dccp_debug, format, ##a) argument
44 #define dccp_pr_debug_cat(format, a...) DCCP_PRINTK(dccp_debug, format, ##a) argument
45 #define dccp_debug(fmt, a...) dccp_pr_debug_cat(KERN_DEBUG fmt, ##a) argument
47 #define dccp_pr_debug(format, a...) argument
48 #define dccp_pr_debug_cat(format, a...) argument
49 #define dccp_debug(format, a...) argument
111 #define ADD48(a, b) (((a) + (b)) & UINT48_MAX) argument
[all …]
/net/appletalk/
Daarp.c93 static void __aarp_expire(struct aarp_entry *a) in __aarp_expire()
104 static void __aarp_send_query(struct aarp_entry *a) in __aarp_send_query()
388 struct aarp_entry *a = kmalloc(sizeof(*a), GFP_ATOMIC); in aarp_alloc() local
420 struct aarp_entry *a; in aarp_proxy_remove() local
436 struct aarp_entry *a = __aarp_find_entry(proxies[hash], dev, sa); in __aarp_proxy_find() local
554 struct aarp_entry *a; in aarp_send_ddp() local
691 static void __aarp_resolved(struct aarp_entry **list, struct aarp_entry *a, in __aarp_resolved()
725 struct aarp_entry *a; in aarp_rcv() local
/net/netfilter/ipset/
Dpfxlen.c6 #define E(a, b, c, d) \ argument
149 #define E(a, b, c, d) \ argument
/net/ceph/
Dauth.c298 void ceph_auth_destroy_authorizer(struct ceph_authorizer *a) in ceph_auth_destroy_authorizer()
306 struct ceph_auth_handshake *a) in ceph_auth_update_authorizer()
319 struct ceph_authorizer *a, in ceph_auth_add_authorizer_challenge()
335 struct ceph_authorizer *a) in ceph_auth_verify_authorizer_reply()
Dceph_hash.c10 #define mix(a, b, c) \ argument
26 __u32 a, b, c; /* the internal state */ in ceph_str_hash_rjenkins() local
Darmor.c43 unsigned char a, b, c; in ceph_armor() local
80 int a, b, c, d; in ceph_unarmor() local
/net/ipv6/
Dseg6_local.c589 static int cmp_nla_srh(struct seg6_local_lwt *a, struct seg6_local_lwt *b) in cmp_nla_srh()
614 static int cmp_nla_table(struct seg6_local_lwt *a, struct seg6_local_lwt *b) in cmp_nla_table()
643 static int cmp_nla_nh4(struct seg6_local_lwt *a, struct seg6_local_lwt *b) in cmp_nla_nh4()
669 static int cmp_nla_nh6(struct seg6_local_lwt *a, struct seg6_local_lwt *b) in cmp_nla_nh6()
689 static int cmp_nla_iif(struct seg6_local_lwt *a, struct seg6_local_lwt *b) in cmp_nla_iif()
712 static int cmp_nla_oif(struct seg6_local_lwt *a, struct seg6_local_lwt *b) in cmp_nla_oif()
890 static int seg6_local_cmp_encap(struct lwtunnel_state *a, in seg6_local_cmp_encap()

12345