Home
last modified time | relevance | path

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

1234

/net/ceph/crush/
Dhash.c12 #define crush_hashmix(a, b, c) do { \ argument
26 static __u32 crush_hash32_rjenkins1(__u32 a) in crush_hash32_rjenkins1()
37 static __u32 crush_hash32_rjenkins1_2(__u32 a, __u32 b) in crush_hash32_rjenkins1_2()
48 static __u32 crush_hash32_rjenkins1_3(__u32 a, __u32 b, __u32 c) in crush_hash32_rjenkins1_3()
61 static __u32 crush_hash32_rjenkins1_4(__u32 a, __u32 b, __u32 c, __u32 d) in crush_hash32_rjenkins1_4()
75 static __u32 crush_hash32_rjenkins1_5(__u32 a, __u32 b, __u32 c, __u32 d, in crush_hash32_rjenkins1_5()
93 __u32 crush_hash32(int type, __u32 a) in crush_hash32()
103 __u32 crush_hash32_2(int type, __u32 a, __u32 b) in crush_hash32_2()
113 __u32 crush_hash32_3(int type, __u32 a, __u32 b, __u32 c) in crush_hash32_3()
123 __u32 crush_hash32_4(int type, __u32 a, __u32 b, __u32 c, __u32 d) in crush_hash32_4()
[all …]
/net/sched/
Dact_api.c39 static void tcf_hash_destroy(struct tc_action *a) in tcf_hash_destroy()
56 int __tcf_hash_release(struct tc_action *a, bool bind, bool strict) in __tcf_hash_release()
81 struct tc_action *a) in tcf_dump_walker()
131 static int tcf_del_walker(struct sk_buff *skb, struct tc_action *a) in tcf_del_walker()
169 int type, struct tc_action *a) in tcf_generic_walker()
210 int tcf_hash_search(struct tc_action *a, u32 index) in tcf_hash_search()
223 int tcf_hash_check(u32 index, struct tc_action *a, int bind) in tcf_hash_check()
238 void tcf_hash_cleanup(struct tc_action *a, struct nlattr *est) in tcf_hash_cleanup()
248 int tcf_hash_create(u32 index, struct nlattr *est, struct tc_action *a, in tcf_hash_create()
295 void tcf_hash_insert(struct tc_action *a) in tcf_hash_insert()
[all …]
Dact_simple.c30 static int tcf_simp(struct sk_buff *skb, const struct tc_action *a, in tcf_simp()
49 static void tcf_simp_release(struct tc_action *a, int bind) in tcf_simp_release()
80 struct nlattr *est, struct tc_action *a, in tcf_simp_init()
136 static int tcf_simp_dump(struct sk_buff *skb, struct tc_action *a, in tcf_simp_dump()
Dact_mirred.c36 static void tcf_mirred_release(struct tc_action *a, int bind) in tcf_mirred_release()
55 struct nlattr *est, struct tc_action *a, int ovr, in tcf_mirred_init()
140 static int tcf_mirred(struct sk_buff *skb, const struct tc_action *a, in tcf_mirred()
197 static int tcf_mirred_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) in tcf_mirred_dump()
Dact_pedit.c33 struct nlattr *est, struct tc_action *a, in tcf_pedit_init()
101 static void tcf_pedit_cleanup(struct tc_action *a, int bind) in tcf_pedit_cleanup()
119 static int tcf_pedit(struct sk_buff *skb, const struct tc_action *a, in tcf_pedit()
190 static int tcf_pedit_dump(struct sk_buff *skb, struct tc_action *a, in tcf_pedit_dump()
Dact_ipt.c73 static void tcf_ipt_release(struct tc_action *a, int bind) in tcf_ipt_release()
89 struct tc_action *a, int ovr, int bind) in tcf_ipt_init()
175 static int tcf_ipt(struct sk_buff *skb, const struct tc_action *a, in tcf_ipt()
224 static int tcf_ipt_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) in tcf_ipt_dump()
Dact_skbedit.c32 static int tcf_skbedit(struct sk_buff *skb, const struct tc_action *a, in tcf_skbedit()
61 struct nlattr *est, struct tc_action *a, in tcf_skbedit_init()
137 static int tcf_skbedit_dump(struct sk_buff *skb, struct tc_action *a, in tcf_skbedit_dump()
Dact_connmark.c33 static int tcf_connmark(struct sk_buff *skb, const struct tc_action *a, in tcf_connmark()
97 struct nlattr *est, struct tc_action *a, in tcf_connmark_init()
145 static inline int tcf_connmark_dump(struct sk_buff *skb, struct tc_action *a, in tcf_connmark_dump()
Dact_vlan.c24 static int tcf_vlan(struct sk_buff *skb, const struct tc_action *a, in tcf_vlan()
77 struct nlattr *est, struct tc_action *a, in tcf_vlan_init()
159 static int tcf_vlan_dump(struct sk_buff *skb, struct tc_action *a, in tcf_vlan_dump()
Dact_nat.c39 struct tc_action *a, int ovr, int bind) in tcf_nat_init()
87 static int tcf_nat(struct sk_buff *skb, const struct tc_action *a, in tcf_nat()
244 static int tcf_nat_dump(struct sk_buff *skb, struct tc_action *a, in tcf_nat_dump()
Dact_gact.c57 struct nlattr *est, struct tc_action *a, in tcf_gact_init()
125 static int tcf_gact(struct sk_buff *skb, const struct tc_action *a, in tcf_gact()
148 static int tcf_gact_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) in tcf_gact_dump()
Dact_police.c59 int type, struct tc_action *a) in tcf_act_police_walker()
115 struct nlattr *est, struct tc_action *a, in tcf_act_police_locate()
255 static int tcf_act_police(struct sk_buff *skb, const struct tc_action *a, in tcf_act_police()
313 tcf_act_police_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) in tcf_act_police_dump()
/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/openvswitch/
Dflow_netlink.c382 const struct nlattr *a[], in __parse_flow_nlattrs()
427 const struct nlattr *a[], u64 *attrsp, in parse_flow_mask_nlattrs()
434 const struct nlattr *a[], u64 *attrsp, in parse_flow_nlattrs()
440 static int genev_tun_opt_from_nlattr(const struct nlattr *a, in genev_tun_opt_from_nlattr()
495 struct nlattr *a; in vxlan_tun_opt_from_nlattr() local
554 struct nlattr *a; in ip_tun_from_nlattr() local
811 u64 *attrs, const struct nlattr **a, in metadata_from_nlattrs()
904 u64 attrs, const struct nlattr **a, in ovs_key_from_nlattrs()
1180 const struct nlattr *a[OVS_KEY_ATTR_MAX + 1]; in ovs_nla_get_match() local
1391 const struct nlattr *a[OVS_KEY_ATTR_MAX + 1]; in ovs_nla_get_flow_metadata() local
[all …]
Ddatapath.c547 struct nlattr **a = info->attrs; in ovs_packet_cmd_execute() local
917 struct nlattr **a = info->attrs; in ovs_flow_cmd_new() local
1076 const struct nlattr *a, in get_flow_actions()
1099 struct nlattr **a = info->attrs; in ovs_flow_cmd_set() local
1211 struct nlattr **a = info->attrs; in ovs_flow_cmd_get() local
1270 struct nlattr **a = info->attrs; in ovs_flow_cmd_del() local
1349 struct nlattr *a[__OVS_FLOW_ATTR_MAX]; in ovs_flow_cmd_dump() local
1530 static void ovs_dp_change(struct datapath *dp, struct nlattr *a[]) in ovs_dp_change()
1538 struct nlattr **a = info->attrs; in ovs_dp_cmd_new() local
1928 struct nlattr **a = info->attrs; in ovs_vport_cmd_new() local
[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...) do {} while (0) argument
48 #define dccp_pr_debug_cat(format, a...) do {} while (0) argument
49 #define dccp_debug(format, a...) do {} while (0) 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/
Dceph_hash.c10 #define mix(a, b, c) \ argument
26 __u32 a, b, c; /* the internal state */ in ceph_str_hash_rjenkins() local
Darmor.c42 unsigned char a, b, c; in ceph_armor() local
79 int a, b, c, d; in ceph_unarmor() local
Dauth.c297 struct ceph_authorizer *a) in ceph_auth_destroy_authorizer()
308 struct ceph_auth_handshake *a) in ceph_auth_update_authorizer()
321 struct ceph_authorizer *a, size_t len) in ceph_auth_verify_authorizer_reply()
/net/6lowpan/
Diphc.c100 #define is_addr_mac_addr_based(a, m) \ argument
113 #define lowpan_is_iid_16_bit_compressable(a) \ argument
123 #define lowpan_is_mcast_addr_compressable48(a) \ argument
131 #define lowpan_is_mcast_addr_compressable32(a) \ argument
140 #define lowpan_is_mcast_addr_compressable8(a) \ argument
/net/hsr/
Dhsr_framereg.c45 static bool seq_nr_after(u16 a, u16 b) in seq_nr_after()
55 #define seq_nr_before(a, b) seq_nr_after((b), (a)) argument
56 #define seq_nr_after_or_eq(a, b) (!seq_nr_before((a), (b))) argument
57 #define seq_nr_before_or_eq(a, b) (!seq_nr_after((a), (b))) argument
/net/ax25/
Dax25_addr.c49 char *ax2asc(char *buf, const ax25_address *a) in ax2asc()
117 int ax25cmp(const ax25_address *a, const ax25_address *b) in ax25cmp()
/net/tipc/
Dudp_media.c113 static int tipc_udp_addr2str(struct tipc_media_addr *a, char *buf, int size) in tipc_udp_addr2str()
127 static int tipc_udp_msg2addr(struct tipc_bearer *b, struct tipc_media_addr *a, in tipc_udp_msg2addr()
140 static int tipc_udp_addr2msg(char *msg, struct tipc_media_addr *a) in tipc_udp_addr2msg()

1234