Home
last modified time | relevance | path

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

/linux/net/l2tp/
H A Dl2tp_ip6.c660 err = ip6_append_data(sk, ip_generic_getfrag, msg, in l2tp_ip6_sendmsg()
/linux/include/net/
H A Dip.h225 int ip_generic_getfrag(void *from, char *to, int offset, int len, int odd,
/linux/net/ipv6/
H A Dudp.c1558 getfrag = is_udplite ? udplite_getfrag : ip_generic_getfrag; in udpv6_sendmsg()
/linux/net/ipv4/
H A Dudp.c1303 getfrag = is_udplite ? udplite_getfrag : ip_generic_getfrag; in udp_sendmsg()