Home
last modified time | relevance | path

Searched defs:c (Results 1 – 25 of 110) sorted by relevance

12345

/net/ceph/crush/
Dhash.c13 #define crush_hashmix(a, b, c) do { \ argument
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()
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()
134 __u32 crush_hash32_5(int type, __u32 a, __u32 b, __u32 c, __u32 d, __u32 e) in crush_hash32_5()
/net/ceph/
Darmor.c15 static int encode_bits(int c) in encode_bits()
20 static int decode_bits(char c) in decode_bits()
43 unsigned char a, b, c; in ceph_armor() local
80 int a, b, c, d; in ceph_unarmor() local
Dceph_hash.c10 #define mix(a, b, c) \ argument
26 __u32 a, b, c; /* the internal state */ in ceph_str_hash_rjenkins() local
97 unsigned char c; in ceph_str_hash_linux() local
Dpagelist.c137 struct ceph_pagelist_cursor *c) in ceph_pagelist_set_cursor()
151 struct ceph_pagelist_cursor *c) in ceph_pagelist_truncate()
/net/ipv4/netfilter/
Dipt_CLUSTERIP.c94 clusterip_config_get(struct clusterip_config *c) in clusterip_config_get()
114 clusterip_config_put(struct clusterip_config *c) in clusterip_config_put()
124 clusterip_config_entry_put(struct clusterip_config *c) in clusterip_config_entry_put()
150 struct clusterip_config *c; in __clusterip_config_find() local
164 struct clusterip_config *c; in clusterip_config_find_get() local
189 clusterip_config_init_nodelist(struct clusterip_config *c, in clusterip_config_init_nodelist()
205 struct clusterip_config *c; in clusterip_netdev_event() local
243 struct clusterip_config *c; in clusterip_config_init() local
319 clusterip_add_node(struct clusterip_config *c, u_int16_t nodenum) in clusterip_add_node()
334 clusterip_del_node(struct clusterip_config *c, u_int16_t nodenum) in clusterip_del_node()
[all …]
/net/ipv4/
Dipmr_base.c67 struct mr_mfc *c; in mr_mfc_find_parent() local
81 struct mr_mfc *c; in mr_mfc_find_any_parent() local
96 struct mr_mfc *c, *proxy; in mr_mfc_find_any() local
178 struct mr_mfc *c = v; in mr_mfc_seq_next() local
209 struct mr_mfc *c, struct rtmsg *rtm) in mr_fill_mroute()
272 const struct mr_mfc *c, in mr_mfc_uses_dev()
292 u32 portid, u32 seq, struct mr_mfc *c, in mr_table_dump()
349 u32 portid, u32 seq, struct mr_mfc *c, in mr_rtm_dumproute()
Dipmr.c366 struct mfc_cache *c = (struct mfc_cache *)ptr; in ipmr_hash_cmp() local
707 struct mr_mfc *c = container_of(head, struct mr_mfc, rcu); in ipmr_cache_free_rcu() local
712 static void ipmr_cache_free(struct mfc_cache *c) in ipmr_cache_free()
720 static void ipmr_destroy_unres(struct mr_table *mrt, struct mfc_cache *c) in ipmr_destroy_unres()
752 struct mr_mfc *c, *next; in ipmr_expire_process() local
953 struct mfc_cache *c = kmem_cache_zalloc(mrt_cachep, GFP_KERNEL); in ipmr_cache_alloc() local
966 struct mfc_cache *c = kmem_cache_zalloc(mrt_cachep, GFP_ATOMIC); in ipmr_cache_alloc_unres() local
977 struct mfc_cache *uc, struct mfc_cache *c) in ipmr_cache_resolve()
1099 struct mfc_cache *c; in ipmr_cache_unresolved() local
1172 struct mfc_cache *c; in ipmr_mfc_delete() local
[all …]
/net/9p/
Dclient.c223 static int p9_fcall_init(struct p9_client *c, struct p9_fcall *fc, in p9_fcall_init()
266 p9_tag_alloc(struct p9_client *c, int8_t type, unsigned int max_size) in p9_tag_alloc()
335 struct p9_req_t *p9_tag_lookup(struct p9_client *c, u16 tag) in p9_tag_lookup()
368 static int p9_tag_remove(struct p9_client *c, struct p9_req_t *r) in p9_tag_remove()
380 int p9_req_put(struct p9_client *c, struct p9_req_t *r) in p9_req_put()
399 static void p9_tag_cleanup(struct p9_client *c) in p9_tag_cleanup()
421 void p9_client_cb(struct p9_client *c, struct p9_req_t *req, int status) in p9_client_cb()
498 static int p9_check_errors(struct p9_client *c, struct p9_req_t *req) in p9_check_errors()
572 static int p9_check_zc_errors(struct p9_client *c, struct p9_req_t *req, in p9_check_zc_errors()
658 static int p9_client_flush(struct p9_client *c, struct p9_req_t *oldreq) in p9_client_flush()
[all …]
Derror.c180 struct errormap *c; in p9_error_init() local
209 struct errormap *c; in p9_errstr2errno() local
Dtrans_rdma.c244 struct p9_client *c = id->context; in p9_cm_event_handler() local
297 struct p9_rdma_context *c = in recv_done() local
348 struct p9_rdma_context *c = in send_done() local
386 post_recv(struct p9_client *client, struct p9_rdma_context *c) in post_recv()
428 struct p9_rdma_context *c = NULL; in rdma_request() local
/net/netfilter/ipset/
Dpfxlen.c142 #define E(a, b, c, d) \ argument
157 #define E(a, b, c, d) \ argument
/net/ipv6/
Dip6mr.c348 struct mfc6_cache *c = (struct mfc6_cache *)ptr; in ip6mr_hash_cmp() local
757 struct mr_mfc *c = container_of(head, struct mr_mfc, rcu); in ip6mr_cache_free_rcu() local
762 static inline void ip6mr_cache_free(struct mfc6_cache *c) in ip6mr_cache_free()
771 static void ip6mr_destroy_unres(struct mr_table *mrt, struct mfc6_cache *c) in ip6mr_destroy_unres()
801 struct mr_mfc *c, *next; in ipmr_do_expire_process() local
981 struct mfc6_cache *c = kmem_cache_zalloc(mrt_cachep, GFP_KERNEL); in ip6mr_cache_alloc() local
993 struct mfc6_cache *c = kmem_cache_zalloc(mrt_cachep, GFP_ATOMIC); in ip6mr_cache_alloc_unres() local
1006 struct mfc6_cache *uc, struct mfc6_cache *c) in ip6mr_cache_resolve()
1138 struct mfc6_cache *c; in ip6mr_cache_unresolved() local
1215 struct mfc6_cache *c; in ip6mr_mfc_delete() local
[all …]
/net/wireless/
Dchan.c194 static int cfg80211_chandef_get_width(const struct cfg80211_chan_def *c) in cfg80211_chandef_get_width()
323 static void chandef_primary_freqs(const struct cfg80211_chan_def *c, in chandef_primary_freqs()
452 struct ieee80211_channel *c; in cfg80211_set_chans_dfs_state() local
521 struct ieee80211_channel *c; in cfg80211_get_chans_dfs_required() local
600 struct ieee80211_channel *c; in cfg80211_get_chans_dfs_usable() local
844 struct ieee80211_channel *c; in cfg80211_get_chans_dfs_available() local
916 struct ieee80211_channel *c; in cfg80211_get_chans_dfs_cac_time() local
973 struct ieee80211_channel *c; in cfg80211_secondary_chans_ok() local
/net/xfrm/
Dxfrm_user.c686 struct km_event c; in xfrm_add_sa() local
764 struct km_event c; in xfrm_del_sa() local
1806 struct km_event c; in xfrm_add_policy() local
2120 struct km_event c; in xfrm_get_policy() local
2199 struct km_event c; in xfrm_flush_sa() local
2233 static int build_aevent(struct sk_buff *skb, struct xfrm_state *x, const struct km_event *c) in build_aevent()
2302 struct km_event c; in xfrm_get_ae() local
2344 struct km_event c; in xfrm_new_ae() local
2394 struct km_event c; in xfrm_flush_policy() local
2946 struct netlink_dump_control c = { in xfrm_user_rcv_msg() local
[all …]
Dxfrm_replay.c43 struct km_event c; in xfrm_replay_notify() local
307 struct km_event c; in xfrm_replay_notify_bmp() local
359 struct km_event c; in xfrm_replay_notify_esn() local
/net/key/
Daf_key.c1473 static int key_notify_sa(struct xfrm_state *x, const struct km_event *c) in key_notify_sa()
1502 struct km_event c; in pfkey_add() local
1538 struct km_event c; in pfkey_delete() local
1735 static int key_notify_sa_flush(const struct km_event *c) in key_notify_sa_flush()
1762 struct km_event c; in pfkey_flush() local
2215 static int key_notify_policy(struct xfrm_policy *xp, int dir, const struct km_event *c) in key_notify_policy()
2254 struct km_event c; in pfkey_spdadd() local
2369 struct km_event c; in pfkey_spddelete() local
2654 struct km_event c; in pfkey_spdget() local
2757 static int key_notify_policy_flush(const struct km_event *c) in key_notify_policy_flush()
[all …]
/net/core/
Dutils.c86 static inline int xdigit2bin(char c, int delim) in xdigit2bin()
135 int c; in in4_pton() local
204 int c; in in6_pton() local
/net/smc/
Dsmc_netlink.h24 static inline struct smc_nl_dmp_ctx *smc_nl_dmp_ctx(struct netlink_callback *c) in smc_nl_dmp_ctx()
/net/bpf/
Dtest_run.c179 int noinline bpf_fentry_test3(char a, int b, u64 c) in bpf_fentry_test3()
184 int noinline bpf_fentry_test4(void *a, char b, int c, u64 d) in bpf_fentry_test4()
189 int noinline bpf_fentry_test5(u64 a, void *b, short c, int d, u64 e) in bpf_fentry_test5()
194 int noinline bpf_fentry_test6(u64 a, void *b, short c, int d, void *e, u64 f) in bpf_fentry_test6()
219 u64 noinline bpf_kfunc_call_test1(struct sock *sk, u32 a, u64 b, u32 c, u64 d) in bpf_kfunc_call_test1()
/net/netfilter/
Dnfnetlink_hook.c38 struct netlink_dump_control *c) in nf_netlink_dump_start_rcu()
337 struct netlink_dump_control c = { in nfnl_hook_get() local
/net/mac80211/
Dtrace.h46 #define CHANDEF_ASSIGN(c) \ argument
65 #define MIN_CHANDEF_ASSIGN(c) \ argument
/net/sunrpc/auth_gss/
Dgss_krb5_mech.c314 struct xdr_netobj c, keyin, keyout; in context_derive_keys_des3() local
359 struct xdr_netobj c, keyin, keyout; in context_derive_keys_new() local
/net/tipc/
Daddr.c85 u8 c; in tipc_nodeid2string() local
Ddiag.c86 struct netlink_dump_control c = { in tipc_sock_diag_handler_dump() local
/net/sched/
Dact_ct.c947 struct tcf_ct *c = to_ct(a); in tcf_ct_act() local
1251 struct tcf_ct *c; in tcf_ct_init() local
1338 struct tcf_ct *c = to_ct(a); in tcf_ct_cleanup() local
1412 struct tcf_ct *c = to_ct(a); in tcf_ct_dump() local
1496 struct tcf_ct *c = to_ct(a); in tcf_stats_update() local

12345