Home
last modified time | relevance | path

Searched refs:bind_version (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/sunrpc/
H A Drpcb_clnt.c648 u32 bind_version; in rpcb_getport_async() local
686 bind_version = rpcb_next_version[xprt->bind_index].rpc_vers; in rpcb_getport_async()
690 bind_version = rpcb_next_version6[xprt->bind_index].rpc_vers; in rpcb_getport_async()
702 trace_rpcb_getport(clnt, task, bind_version); in rpcb_getport_async()
707 xprt->prot, bind_version, in rpcb_getport_async()
726 switch (bind_version) { in rpcb_getport_async()
/kernel/linux/linux-6.6/net/sunrpc/
H A Drpcb_clnt.c673 u32 bind_version; in rpcb_getport_async() local
711 bind_version = rpcb_next_version[xprt->bind_index].rpc_vers; in rpcb_getport_async()
715 bind_version = rpcb_next_version6[xprt->bind_index].rpc_vers; in rpcb_getport_async()
727 trace_rpcb_getport(clnt, task, bind_version); in rpcb_getport_async()
732 xprt->prot, bind_version, in rpcb_getport_async()
752 switch (bind_version) { in rpcb_getport_async()
/kernel/linux/linux-5.10/include/trace/events/
H A Dsunrpc.h535 DEFINE_RPCB_ERROR_EVENT(bind_version); variable
1278 unsigned int bind_version
1281 TP_ARGS(clnt, task, bind_version),
1289 __field(unsigned int, bind_version)
1299 __entry->bind_version = bind_version;
1303 TP_printk("task:%u@%u server=%s program=%u version=%u protocol=%d bind_version=%u",
1306 __entry->bind_version
/kernel/linux/linux-6.6/include/trace/events/
H A Dsunrpc.h557 DEFINE_RPCB_ERROR_EVENT(bind_version); variable
1380 unsigned int bind_version
1383 TP_ARGS(clnt, task, bind_version),
1391 __field(unsigned int, bind_version)
1401 __entry->bind_version = bind_version;
1406 " server=%s program=%u version=%u protocol=%d bind_version=%u",
1409 __entry->bind_version

Completed in 8 milliseconds