Searched refs:rcv_msg (Results 1 – 8 of 8) sorted by relevance
| /linux/net/strparser/ |
| H A D | strparser.c | 301 strp->cb.rcv_msg(strp, head); in __strp_recv() 450 if (!cb || !cb->rcv_msg || !cb->parse_msg) in strp_init() 475 strp->cb.rcv_msg = cb->rcv_msg; in strp_init()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | sk_assign.c | 101 rcv_msg(int srv_client, int type) in rcv_msg() 138 if (CHECK_FAIL(rcv_msg(srv_client, type) != sizeof(buf))) { in run_test() 99 rcv_msg(int srv_client, int type) rcv_msg() function
|
| /linux/tools/testing/selftests/net/mptcp/ |
| H A D | mptcp_diag.c | 313 struct msghdr rcv_msg = { 321 len = recvmsg(fd, &rcv_msg, 0); 198 struct msghdr rcv_msg = { recv_nlmsg() local
|
| /linux/Documentation/networking/ |
| H A D | strparser.rst | 35 parsing (e.g. BPF parsing in case of KCM), and a rcv_msg function 171 void (*rcv_msg)(struct strparser *strp, struct sk_buff *skb); 173 rcv_msg is called when a full message has been received and 176 received in rcv_msg (see strp_pause above). This callback
|
| /linux/include/net/ |
| H A D | strparser.h | 45 void (*rcv_msg)(struct strparser *strp, struct sk_buff *skb); member
|
| /linux/drivers/infiniband/core/ |
| H A D | cm.c | 1613 struct cm_rej_msg *rej_msg, *rcv_msg; in cm_issue_rej() local 1621 rcv_msg = (struct cm_rej_msg *) mad_recv_wc->recv_buf.mad; in cm_issue_rej() 1624 cm_format_mad_hdr(&rej_msg->hdr, CM_REJ_ATTR_ID, rcv_msg->hdr.tid); in cm_issue_rej() 1626 IBA_GET(CM_REJ_LOCAL_COMM_ID, rcv_msg)); in cm_issue_rej() 1628 IBA_GET(CM_REJ_REMOTE_COMM_ID, rcv_msg)); in cm_issue_rej() 1638 IBA_GET(CM_REJ_LOCAL_COMM_ID, rcv_msg), in cm_issue_rej() 1639 IBA_GET(CM_REJ_REMOTE_COMM_ID, rcv_msg)); in cm_issue_rej()
|
| /linux/net/xfrm/ |
| H A D | espintcp.c | 458 .rcv_msg = espintcp_rcv, in espintcp_init_sk()
|
| /linux/drivers/net/ovpn/ |
| H A D | tcp.c | 482 .rcv_msg = ovpn_tcp_rcv, in ovpn_tcp_socket_attach()
|