Home
last modified time | relevance | path

Searched refs:ip_cmsg_recv_offset (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/net/
Dip.h556 void ip_cmsg_recv_offset(struct msghdr *msg, struct sk_buff *skb, int offset);
578 ip_cmsg_recv_offset(msg, skb, 0); in ip_cmsg_recv()
/linux-4.4.14/net/ipv4/
Dip_sockglue.c154 void ip_cmsg_recv_offset(struct msghdr *msg, struct sk_buff *skb, in ip_cmsg_recv_offset() function
220 EXPORT_SYMBOL(ip_cmsg_recv_offset);
Dudp.c1343 ip_cmsg_recv_offset(msg, skb, sizeof(struct udphdr)); in udp_recvmsg()