Home
last modified time | relevance | path

Searched refs:RPC_FRAGMENT_SIZE_MASK (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/sunrpc/
H A Dsvcsock.h48 return be32_to_cpu(svsk->sk_marker) & RPC_FRAGMENT_SIZE_MASK; in svc_sock_reclen()
H A Dmsg_prot.h107 #define RPC_FRAGMENT_SIZE_MASK (~RPC_LAST_STREAM_FRAGMENT) macro
/openbmc/linux/include/trace/events/
H A Dsunrpc.h2259 __entry->length = be32_to_cpu(marker) & RPC_FRAGMENT_SIZE_MASK;
/openbmc/linux/net/sunrpc/
H A Dxprtsock.c695 RPC_FRAGMENT_SIZE_MASK; in xs_read_stream()