/net/ceph/ |
D | osdmap.c | 55 static int crush_decode_uniform_bucket(void **p, void *end, in crush_decode_uniform_bucket() 66 static int crush_decode_list_bucket(void **p, void *end, in crush_decode_list_bucket() 87 static int crush_decode_tree_bucket(void **p, void *end, in crush_decode_tree_bucket() 104 static int crush_decode_straw_bucket(void **p, void *end, in crush_decode_straw_bucket() 125 static int crush_decode_straw2_bucket(void **p, void *end, in crush_decode_straw2_bucket() 261 static u32 *decode_array_32_alloc(void **p, void *end, u32 *plen) in decode_array_32_alloc() 295 static int decode_choose_arg(void **p, void *end, struct crush_choose_arg *arg) in decode_choose_arg() 334 static int decode_choose_args(void **p, void *end, struct crush_map *c) in decode_choose_args() 415 static struct crush_map *crush_decode(void *pbyval, void *end) in crush_decode() 772 static int decode_pool(void **p, void *end, struct ceph_pg_pool_info *pi) in decode_pool() [all …]
|
D | cls_lock_client.c | 36 void *p, *end; in ceph_cls_lock() local 101 void *p, *end; in ceph_cls_unlock() local 154 void *p, *end; in ceph_cls_break_lock() local 201 void *p, *end; in ceph_cls_set_cookie() local 251 static int decode_locker(void **p, void *end, struct ceph_locker *locker) in decode_locker() 288 static int decode_lockers(void **p, void *end, u8 *type, char **tag, in decode_lockers() 344 void *p, *end; in ceph_cls_lock_info() local 397 void *p, *end; in ceph_cls_assert_locked() local
|
D | decode.c | 10 ceph_decode_entity_addr_versioned(void **p, void *end, in ceph_decode_entity_addr_versioned() 50 ceph_decode_entity_addr_legacy(void **p, void *end, in ceph_decode_entity_addr_legacy() 75 ceph_decode_entity_addr(void **p, void *end, struct ceph_entity_addr *addr) in ceph_decode_entity_addr() 95 int ceph_decode_entity_addrvec(void **p, void *end, bool msgr2, in ceph_decode_entity_addrvec()
|
D | auth.c | 105 int ceph_auth_entity_name_encode(const char *name, void **p, void *end) in ceph_auth_entity_name_encode() 124 void *p = monhdr + 1, *end = buf + len, *lenp; in ceph_auth_build_hello() local 167 void *end = buf + buf_len; in build_request() local 203 void *end = buf + len; in ceph_handle_auth_reply() local 406 static int encode_con_modes(void **p, void *end, int pref_mode, int fallb_mode) in encode_con_modes() 430 void *end = buf + buf_len; in ceph_auth_get_request() local 551 void *end = buf + *buf_len; in ceph_auth_get_authorizer() local 582 void *end = buf + *buf_len; in ceph_auth_handle_svc_reply_more() local
|
D | auth_none.c | 46 void *const end = p + sizeof(au->buf); in ceph_auth_none_build_authorizer() local 63 static int build_request(struct ceph_auth_client *ac, void *buf, void *end) in build_request() 73 void *buf, void *end, u8 *session_key, in handle_reply()
|
D | auth_x.c | 97 static int ceph_x_decrypt(struct ceph_crypto_key *secret, void **p, void *end) in ceph_x_decrypt() 162 void **p, void *end) in process_one_ticket() 272 void **p, void *end) in ceph_x_proc_ticket_reply() 307 void *p, *end; in encrypt_authorizer() local 419 void **p, void *end) in ceph_x_encode_ticket() 489 void *buf, void *end) in ceph_x_build_request() 572 static int decode_con_secret(void **p, void *end, u8 *con_secret, in decode_con_secret() 601 void **p, void *end, in handle_auth_session_key() 666 void *buf, void *end, in ceph_x_handle_reply() 845 void **p, void *end, u64 *nonce_plus_one, in decrypt_authorizer_reply()
|
D | armor.c | 37 int ceph_armor(char *dst, const char *src, const char *end) in ceph_armor() 75 int ceph_unarmor(char *dst, const char *src, const char *end) in ceph_unarmor()
|
D | messenger_v2.c | 922 void *end = buf + buf_len; in init_sgs() local 1844 void *end = con->v2.in_kvecs[0].iov_base + con->v2.in_kvecs[0].iov_len; in process_banner_payload() local 1887 static int process_hello(struct ceph_connection *con, void *p, void *end) in process_hello() 1955 void *p, void *end) in process_auth_bad_method() 2017 void *p, void *end) in process_auth_reply_more() 2053 static int process_auth_done(struct ceph_connection *con, void *p, void *end) in process_auth_done() 2119 void *p, void *end) in process_auth_signature() 2169 void *p, void *end) in process_server_ident() 2253 void *p, void *end) in process_ident_missing_features() 2275 void *p, void *end) in process_session_reconnect_ok() [all …]
|
D | messenger_v1.c | 606 int end, int size, void *object) in read_partial() 625 int end; in read_partial_banner() local 658 int end; in read_partial_connect() local 950 int end = size; in read_partial_ack() local 1041 int end; in read_partial_message() local
|
D | mon_client.c | 39 static int decode_mon_info(void **p, void *end, bool msgr2, in decode_mon_info() 70 static struct ceph_monmap *ceph_monmap_decode(void **p, void *end, bool msgr2) in ceph_monmap_decode() 336 void *const end = p + msg->front_alloc_len; in __send_subscribe() local 544 void *p, *end; in ceph_monc_handle_map() local 822 void *end = p + msg->front_alloc_len; in handle_get_version_reply() local 880 void *const end = p + req->request->front_alloc_len; in __ceph_monc_get_version() local 944 void *const end = p + msg->front_alloc_len; in handle_command_ack() local
|
D | buffer.c | 44 int ceph_decode_buffer(struct ceph_buffer **b, void **p, void *end) in ceph_decode_buffer()
|
D | crypto.c | 77 int ceph_crypto_key_encode(struct ceph_crypto_key *key, void **p, void *end) in ceph_crypto_key_encode() 89 int ceph_crypto_key_decode(struct ceph_crypto_key *key, void **p, void *end) in ceph_crypto_key_decode()
|
D | osd_client.c | 1767 static int decode_hoid(void **p, void *end, struct ceph_hobject_id *hoid) in decode_hoid() 1826 static void encode_hoid(void **p, void *end, const struct ceph_hobject_id *hoid) in encode_hoid() 2066 static void encode_oloc(void **p, void *end, in encode_oloc() 2084 void *const end = p + msg->front_alloc_len; in encode_request_partial() local 2161 void *const end = p + msg->front_alloc_len; in encode_request_finish() local 3472 static int ceph_oloc_decode(void **p, void *end, in ceph_oloc_decode() 3545 static int ceph_redirect_decode(void **p, void *end, in ceph_redirect_decode() 3602 void *const end = p + msg->front.iov_len; in decode_MOSDOpReply() local 3936 void *p, void *end, bool incremental, in handle_one_map() 4066 void *const end = p + msg->front.iov_len; in ceph_osdc_handle_map() local [all …]
|
/net/sunrpc/auth_gss/ |
D | auth_gss_internal.h | 16 simple_get_bytes(const void *p, const void *end, void *res, size_t len) in simple_get_bytes() 26 simple_get_netobj(const void *p, const void *end, struct xdr_netobj *dest) in simple_get_netobj()
|
D | gss_krb5_mech.c | 149 get_key(const void *p, const void *end, in get_key() 204 gss_import_v1_context(const void *p, const void *end, struct krb5_ctx *ctx) in gss_import_v1_context() 468 gss_import_v2_context(const void *p, const void *end, struct krb5_ctx *ctx, in gss_import_v2_context() 549 const void *end = (const void *)((const char *)p + len); in gss_import_sec_context_kerberos() local
|
/net/sctp/ |
D | tsnmap.c | 154 __u16 *start, __u16 *end) in sctp_tsnmap_next_gap_ack() 273 __u16 len, __u16 *start, __u16 *end) in sctp_tsnmap_find_gap_ack() 325 __u16 start = 0, end = 0; in sctp_tsnmap_num_gabs() local
|
/net/netfilter/ipvs/ |
D | ip_vs_ftp.c | 100 __u16 af, char **start, char **end) in ip_vs_ftp_get_addrport() 253 char *start, *end; in ip_vs_ftp_out() local 423 char *start, *end; in ip_vs_ftp_in() local
|
/net/core/ |
D | datagram.c | 436 int end; in __skb_datagram_iter() local 462 int end; in __skb_datagram_iter() local 568 int end; in skb_copy_datagram_from_iter() local 593 int end; in skb_copy_datagram_from_iter() local
|
D | utils.c | 120 int delim, const char **end) in in4_pton() 186 int delim, const char **end) in in6_pton()
|
/net/rose/ |
D | rose_out.c | 49 unsigned short start, end; in rose_kick() local
|
/net/ipv6/ |
D | calipso.c | 847 unsigned int *end) in calipso_opt_find() 912 unsigned int start, end, buf_len, pad, hop_len; in calipso_opt_insert() local 975 unsigned int start, end, delta, pad, hop_len; in calipso_opt_del() local 1303 unsigned int start, end; in calipso_skbuff_setattr() local 1374 u32 old_hop_len, start = 0, end = 0, delta, size, pad; in calipso_skbuff_delattr() local
|
/net/netfilter/ |
D | nf_conntrack_sip.c | 147 const char *end; in sip_parse_addr() local 242 const char *start = dptr, *limit = dptr + datalen, *end; in ct_sip_parse_request() local 545 const char *end; in ct_sip_parse_param() local 573 const char *start, *end; in ct_sip_parse_address_param() local 601 char *end; in ct_sip_parse_numerical_param() local 650 const char *end; in sdp_parse_addr() local 1534 const char *dptr, *end; in sip_help_tcp() local
|
/net/x25/ |
D | x25_out.c | 139 unsigned short start, end; in x25_kick() local
|
/net/mac80211/ |
D | debugfs.c | 157 char buf[128] = {}, *pos, *end; in airtime_flags_read() local 516 char *pos = buf, *end = buf + bufsz - 1; in hwflags_read() local 546 char *pos, *end; in misc_read() local
|
/net/lapb/ |
D | lapb_out.c | 69 unsigned short modulus, start, end; in lapb_kick() local
|