Home
last modified time | relevance | path

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

/linux/net/vmw_vsock/
H A Daf_vsock.c947 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()
H A Dvmci_transport.c1043 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()
/linux/include/net/
H A Daf_vsock.h73 u64 buffer_max_size; member