Searched refs:buffer_max_size (Results 1 – 3 of 3) sorted by relevance
947 vsk->buffer_max_size = psk->buffer_max_size; in sock_type_connectible() 955 vsk->buffer_max_size = VSOCK_DEFAULT_BUFFER_MAX_SIZE; in __vsock_release() 1968 if (val > vsk->buffer_max_size) in vsock_connectible_setsockopt() 1969 val = vsk->buffer_max_size; in vsock_connectible_setsockopt() 2048 vsk->buffer_max_size = val; in vsock_connectible_setsockopt() 2124 v.val64 = vsk->buffer_max_size; in vsock_connectible_getsockopt()
1043 pkt->u.size <= vpending->buffer_max_size) { in vmci_transport_recv_listen()1410 pkt->u.size > vsk->buffer_max_size) { in vmci_transport_recv_connecting_client_negotiate()
73 u64 buffer_max_size; member