Home
last modified time | relevance | path

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

/net/ipv6/
Dping.c91 int hlimit; in ping_v6_sendmsg() local
168 hlimit = ip6_sk_dst_hoplimit(np, &fl6, dst); in ping_v6_sendmsg()
172 0, hlimit, in ping_v6_sendmsg()
Dicmp.c406 int hlimit; in icmp6_send() local
505 hlimit = ip6_sk_dst_hoplimit(np, &fl6, dst); in icmp6_send()
523 sizeof(struct icmp6hdr), hlimit, in icmp6_send()
561 int hlimit; in icmpv6_echo_reply() local
604 hlimit = ip6_sk_dst_hoplimit(np, &fl6, dst); in icmpv6_echo_reply()
614 sizeof(struct icmp6hdr), hlimit, tclass, NULL, &fl6, in icmpv6_echo_reply()
Draw.c752 int hlimit = -1; in rawv6_sendmsg() local
834 &hlimit, &tclass, &dontfrag); in rawv6_sendmsg()
880 if (hlimit < 0) in rawv6_sendmsg()
881 hlimit = ip6_sk_dst_hoplimit(np, &fl6, dst); in rawv6_sendmsg()
898 len, 0, hlimit, tclass, opt, &fl6, (struct rt6_info *)dst, in rawv6_sendmsg()
Dip6_output.c165 int hlimit = -1; in ip6_xmit() local
204 hlimit = np->hop_limit; in ip6_xmit()
205 if (hlimit < 0) in ip6_xmit()
206 hlimit = ip6_dst_hoplimit(dst); in ip6_xmit()
213 hdr->hop_limit = hlimit; in ip6_xmit()
1147 int hlimit, int tclass, struct ipv6_txoptions *opt, struct flowi6 *fl6, in ip6_append_data() argument
1208 np->cork.hop_limit = hlimit; in ip6_append_data()
Ddatagram.c647 int *hlimit, int *tclass, int *dontfrag) in ip6_datagram_send_ctl() argument
865 *hlimit = *(int *)CMSG_DATA(cmsg); in ip6_datagram_send_ctl()
866 if (*hlimit < -1 || *hlimit > 0xff) { in ip6_datagram_send_ctl()
Dudp.c1091 int hlimit = -1; in udpv6_sendmsg() local
1229 &hlimit, &tclass, &dontfrag); in udpv6_sendmsg()
1279 if (hlimit < 0) in udpv6_sendmsg()
1280 hlimit = ip6_sk_dst_hoplimit(np, &fl6, dst); in udpv6_sendmsg()
1308 sizeof(struct udphdr), hlimit, tclass, opt, &fl6, in udpv6_sendmsg()
/net/l2tp/
Dl2tp_ip6.c499 int hlimit = -1; in l2tp_ip6_sendmsg() local
570 &hlimit, &tclass, &dontfrag); in l2tp_ip6_sendmsg()
615 if (hlimit < 0) in l2tp_ip6_sendmsg()
616 hlimit = ip6_sk_dst_hoplimit(np, &fl6, dst); in l2tp_ip6_sendmsg()
630 ulen, transhdrlen, hlimit, tclass, opt, in l2tp_ip6_sendmsg()