Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dreparse.c172 static struct smb2_create_ea_ctx *ea_create_context(u32 dlen, size_t *cc_len) in ea_create_context() argument
176 *cc_len = round_up(sizeof(*cc) + dlen, 8); in ea_create_context()
177 cc = kzalloc(*cc_len, GFP_KERNEL); in ea_create_context()
213 size_t cc_len; in wsl_set_xattrs() local
232 cc = ea_create_context(dlen, &cc_len); in wsl_set_xattrs()
251 iov->iov_len = cc_len; in wsl_set_xattrs()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_tcp_ca.c269 socklen_t cc_len = sizeof(srv_cc); in test_dctcp_fallback() local
301 err = getsockopt(srv_fd, SOL_TCP, TCP_CONGESTION, srv_cc, &cc_len); in test_dctcp_fallback()
/openbmc/linux/fs/smb/server/
H A Doplock.c1569 cc_len; in smb2_find_context_vals() local
1588 cc_len = next ? next : remain_len; in smb2_find_context_vals()
1594 name_off + name_len > cc_len || in smb2_find_context_vals()
1597 ((u64)value_off + value_len > cc_len)) in smb2_find_context_vals()