Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dreparse.c574 static struct smb2_create_ea_ctx *ea_create_context(u32 dlen, size_t *cc_len) in ea_create_context() argument
578 *cc_len = round_up(sizeof(*cc) + dlen, 8); in ea_create_context()
579 cc = kzalloc(*cc_len, GFP_KERNEL); in ea_create_context()
615 size_t cc_len; in wsl_set_xattrs() local
634 cc = ea_create_context(dlen, &cc_len); in wsl_set_xattrs()
653 iov->iov_len = cc_len; in wsl_set_xattrs()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_tcp_ca.c283 socklen_t cc_len = sizeof(srv_cc); in test_dctcp_fallback() local
309 err = getsockopt(srv_fd, SOL_TCP, TCP_CONGESTION, srv_cc, &cc_len); in test_dctcp_fallback()