Searched refs:hlimit (Results 1 – 7 of 7) sorted by relevance
/net/ipv6/ |
D | ping.c | 116 int hlimit; in ping_v6_sendmsg() local 199 hlimit = np->mcast_hops; in ping_v6_sendmsg() 201 hlimit = np->hop_limit; in ping_v6_sendmsg() 202 if (hlimit < 0) in ping_v6_sendmsg() 203 hlimit = ip6_dst_hoplimit(dst); in ping_v6_sendmsg() 207 0, hlimit, in ping_v6_sendmsg()
|
D | icmp.c | 398 int hlimit; in icmp6_send() local 497 hlimit = np->mcast_hops; in icmp6_send() 499 hlimit = np->hop_limit; in icmp6_send() 500 if (hlimit < 0) in icmp6_send() 501 hlimit = ip6_dst_hoplimit(dst); in icmp6_send() 519 sizeof(struct icmp6hdr), hlimit, in icmp6_send() 557 int hlimit; in icmpv6_echo_reply() local 598 hlimit = np->mcast_hops; in icmpv6_echo_reply() 600 hlimit = np->hop_limit; in icmpv6_echo_reply() 601 if (hlimit < 0) in icmpv6_echo_reply() [all …]
|
D | raw.c | 741 int hlimit = -1; in rawv6_sendmsg() local 824 &hlimit, &tclass, &dontfrag); in rawv6_sendmsg() 870 if (hlimit < 0) { in rawv6_sendmsg() 872 hlimit = np->mcast_hops; in rawv6_sendmsg() 874 hlimit = np->hop_limit; in rawv6_sendmsg() 875 if (hlimit < 0) in rawv6_sendmsg() 876 hlimit = ip6_dst_hoplimit(dst); in rawv6_sendmsg() 894 len, 0, hlimit, tclass, opt, &fl6, (struct rt6_info*)dst, in rawv6_sendmsg()
|
D | udp.c | 1021 int hlimit = -1; in udpv6_sendmsg() local 1156 &hlimit, &tclass, &dontfrag); in udpv6_sendmsg() 1206 if (hlimit < 0) { in udpv6_sendmsg() 1208 hlimit = np->mcast_hops; in udpv6_sendmsg() 1210 hlimit = np->hop_limit; in udpv6_sendmsg() 1211 if (hlimit < 0) in udpv6_sendmsg() 1212 hlimit = ip6_dst_hoplimit(dst); in udpv6_sendmsg() 1242 sizeof(struct udphdr), hlimit, tclass, opt, &fl6, in udpv6_sendmsg()
|
D | ip6_output.c | 189 int hlimit = -1; in ip6_xmit() local 228 hlimit = np->hop_limit; in ip6_xmit() 229 if (hlimit < 0) in ip6_xmit() 230 hlimit = ip6_dst_hoplimit(dst); in ip6_xmit() 236 hdr->hop_limit = hlimit; in ip6_xmit() 1127 int hlimit, int tclass, struct ipv6_txoptions *opt, struct flowi6 *fl6, in ip6_append_data() argument 1188 np->cork.hop_limit = hlimit; in ip6_append_data()
|
D | datagram.c | 617 int *hlimit, int *tclass, int *dontfrag) in ip6_datagram_send_ctl() argument 833 *hlimit = *(int *)CMSG_DATA(cmsg); in ip6_datagram_send_ctl() 834 if (*hlimit < -1 || *hlimit > 0xff) { in ip6_datagram_send_ctl()
|
/net/l2tp/ |
D | l2tp_ip6.c | 495 int hlimit = -1; in l2tp_ip6_sendmsg() local 567 &hlimit, &tclass, &dontfrag); in l2tp_ip6_sendmsg() 612 if (hlimit < 0) { in l2tp_ip6_sendmsg() 614 hlimit = np->mcast_hops; in l2tp_ip6_sendmsg() 616 hlimit = np->hop_limit; in l2tp_ip6_sendmsg() 617 if (hlimit < 0) in l2tp_ip6_sendmsg() 618 hlimit = ip6_dst_hoplimit(dst); in l2tp_ip6_sendmsg() 633 ulen, transhdrlen, hlimit, tclass, opt, in l2tp_ip6_sendmsg()
|