Searched refs:afiucv_hs_send (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/iucv/ |
H A D | af_iucv.c | 207 * afiucv_hs_send() - send a message through HiperSockets transport 209 static int afiucv_hs_send(struct iucv_message *imsg, struct sock *sock, in afiucv_hs_send() function 394 err = afiucv_hs_send(NULL, sk, skb, flags); in iucv_send_ctrl() 1051 err = afiucv_hs_send(&txmsg, sk, skb, 0); in iucv_sock_sendmsg()
|
/kernel/linux/linux-6.6/net/iucv/ |
H A D | af_iucv.c | 192 * afiucv_hs_send() - send a message through HiperSockets transport 194 static int afiucv_hs_send(struct iucv_message *imsg, struct sock *sock, in afiucv_hs_send() function 370 err = afiucv_hs_send(NULL, sk, skb, flags); in iucv_send_ctrl() 1028 err = afiucv_hs_send(&txmsg, sk, skb, 0); in iucv_sock_sendmsg()
|
Completed in 5 milliseconds