Home
last modified time | relevance | path

Searched refs:cc_len (Results 1 – 3 of 3) sorted by relevance

/linux/fs/smb/client/
H A Dreparse.c333 static struct smb2_create_ea_ctx *ea_create_context(u32 dlen, size_t *cc_len) in ea_create_context() argument
337 *cc_len = round_up(sizeof(*cc) + dlen, 8); in ea_create_context()
338 cc = kzalloc(*cc_len, GFP_KERNEL); in ea_create_context()
374 size_t cc_len; in wsl_set_xattrs() local
393 cc = ea_create_context(dlen, &cc_len); in wsl_set_xattrs()
412 iov->iov_len = cc_len; in wsl_set_xattrs()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_tcp_ca.c279 socklen_t cc_len = sizeof(srv_cc); in test_dctcp_fallback() local
305 err = getsockopt(srv_fd, SOL_TCP, TCP_CONGESTION, srv_cc, &cc_len); in test_dctcp_fallback()
/linux/fs/smb/server/
H A Doplock.c1546 cc_len; in smb2_find_context_vals() local
1565 cc_len = next ? next : remain_len; in smb2_find_context_vals()
1571 name_off + name_len > cc_len || in smb2_find_context_vals()
1574 ((u64)value_off + value_len > cc_len)) in smb2_find_context_vals()