Home
last modified time | relevance | path

Searched refs:dontfrag (Results 1 – 9 of 9) sorted by relevance

/net/l2tp/
Dl2tp_ip6.c497 int dontfrag = -1; in l2tp_ip6_sendmsg() local
567 &hlimit, &tclass, &dontfrag); in l2tp_ip6_sendmsg()
624 if (dontfrag < 0) in l2tp_ip6_sendmsg()
625 dontfrag = np->dontfrag; in l2tp_ip6_sendmsg()
635 msg->msg_flags, dontfrag); in l2tp_ip6_sendmsg()
/net/ipv6/
Draw.c743 int dontfrag = -1; in rawv6_sendmsg() local
824 &hlimit, &tclass, &dontfrag); in rawv6_sendmsg()
882 if (dontfrag < 0) in rawv6_sendmsg()
883 dontfrag = np->dontfrag; in rawv6_sendmsg()
895 msg->msg_flags, dontfrag); in rawv6_sendmsg()
Dudp.c1023 int dontfrag = -1; in udpv6_sendmsg() local
1156 &hlimit, &tclass, &dontfrag); in udpv6_sendmsg()
1218 if (dontfrag < 0) in udpv6_sendmsg()
1219 dontfrag = np->dontfrag; in udpv6_sendmsg()
1244 corkreq ? msg->msg_flags|MSG_MORE : msg->msg_flags, dontfrag); in udpv6_sendmsg()
Dxfrm6_output.c40 return inet6_sk(sk)->dontfrag; in xfrm6_local_dontfrag()
Dping.c209 MSG_DONTWAIT, np->dontfrag); in ping_v6_sendmsg()
Dicmp.c521 MSG_DONTWAIT, np->dontfrag); in icmp6_send()
613 np->dontfrag); in icmpv6_echo_reply()
Ddatagram.c617 int *hlimit, int *tclass, int *dontfrag) in ip6_datagram_send_ctl() argument
872 *dontfrag = df; in ip6_datagram_send_ctl()
Dipv6_sockglue.c845 np->dontfrag = valbool; in do_ipv6_setsockopt()
1249 val = np->dontfrag; in do_ipv6_getsockopt()
Dip6_output.c1128 struct rt6_info *rt, unsigned int flags, int dontfrag) in ip6_append_data() argument
1254 if (dontfrag && (proto == IPPROTO_UDP || proto == IPPROTO_RAW)){ in ip6_append_data()