Searched refs:dontfrag (Results 1 – 9 of 9) sorted by relevance
/net/l2tp/ |
D | l2tp_ip6.c | 497 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/ |
D | raw.c | 743 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()
|
D | udp.c | 1023 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()
|
D | xfrm6_output.c | 40 return inet6_sk(sk)->dontfrag; in xfrm6_local_dontfrag()
|
D | ping.c | 209 MSG_DONTWAIT, np->dontfrag); in ping_v6_sendmsg()
|
D | icmp.c | 521 MSG_DONTWAIT, np->dontfrag); in icmp6_send() 613 np->dontfrag); in icmpv6_echo_reply()
|
D | datagram.c | 617 int *hlimit, int *tclass, int *dontfrag) in ip6_datagram_send_ctl() argument 872 *dontfrag = df; in ip6_datagram_send_ctl()
|
D | ipv6_sockglue.c | 845 np->dontfrag = valbool; in do_ipv6_setsockopt() 1249 val = np->dontfrag; in do_ipv6_getsockopt()
|
D | ip6_output.c | 1128 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()
|