Home
last modified time | relevance | path

Searched refs:ip_generic_getfrag (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/include/net/
Dip.h127 int ip_generic_getfrag(void *from, char *to, int offset, int len, int odd,
/linux-4.4.14/net/l2tp/
Dl2tp_ip6.c626 err = ip6_append_data(sk, ip_generic_getfrag, msg, in l2tp_ip6_sendmsg()
/linux-4.4.14/net/ipv4/
Dip_output.c785 ip_generic_getfrag(void *from, char *to, int offset, int len, int odd, struct sk_buff *skb) in ip_generic_getfrag() function
800 EXPORT_SYMBOL(ip_generic_getfrag);
Draw.c483 return ip_generic_getfrag(rfv->msg, to, offset, len, odd, skb); in raw_getfrag()
Dudp.c914 getfrag = is_udplite ? udplite_getfrag : ip_generic_getfrag; in udp_sendmsg()
/linux-4.4.14/net/ipv6/
Draw.c731 return ip_generic_getfrag(rfv->msg, to, offset, len, odd, skb); in raw6_getfrag()
Dudp.c1178 getfrag = is_udplite ? udplite_getfrag : ip_generic_getfrag; in udpv6_sendmsg()