Searched refs:ip_cmsg_recv_offset (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | ip.h | 734 void ip_cmsg_recv_offset(struct msghdr *msg, struct sock *sk, 753 ip_cmsg_recv_offset(msg, skb->sk, skb, 0, 0); in ip_cmsg_recv()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | ip.h | 762 void ip_cmsg_recv_offset(struct msghdr *msg, struct sock *sk, 786 ip_cmsg_recv_offset(msg, skb->sk, skb, 0, 0); in ip_cmsg_recv()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | ip_sockglue.c | 171 void ip_cmsg_recv_offset(struct msghdr *msg, struct sock *sk, in ip_cmsg_recv_offset() function 240 EXPORT_SYMBOL(ip_cmsg_recv_offset); variable
|
H A D | udp.c | 1900 ip_cmsg_recv_offset(msg, sk, skb, sizeof(struct udphdr), off); in udp_recvmsg()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | ip_sockglue.c | 171 void ip_cmsg_recv_offset(struct msghdr *msg, struct sock *sk, in ip_cmsg_recv_offset() function 242 EXPORT_SYMBOL(ip_cmsg_recv_offset); variable
|
H A D | udp.c | 1878 ip_cmsg_recv_offset(msg, sk, skb, sizeof(struct udphdr), off); in udp_recvmsg()
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | udp.c | 449 ip_cmsg_recv_offset(msg, sk, skb, in udpv6_recvmsg()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | udp.c | 425 ip_cmsg_recv_offset(msg, sk, skb, in udpv6_recvmsg()
|
Completed in 23 milliseconds