Searched refs:hlimit (Results 1 – 7 of 7) sorted by relevance
/net/ipv6/ |
D | ip6_output.c | 206 int hlimit = -1; in ip6_xmit() local 246 hlimit = np->hop_limit; in ip6_xmit() 247 if (hlimit < 0) in ip6_xmit() 248 hlimit = ip6_dst_hoplimit(dst); in ip6_xmit() 255 hdr->hop_limit = hlimit; in ip6_xmit() 1283 v6_cork->hop_limit = ipc6->hlimit; in ip6_setup_cork()
|
D | datagram.c | 970 ipc6->hlimit = *(int *)CMSG_DATA(cmsg); in ip6_datagram_send_ctl() 971 if (ipc6->hlimit < -1 || ipc6->hlimit > 0xff) { in ip6_datagram_send_ctl()
|
D | ping.c | 138 ipc6.hlimit = ip6_sk_dst_hoplimit(np, &fl6, dst); in ping_v6_sendmsg()
|
D | icmp.c | 561 ipc6.hlimit = ip6_sk_dst_hoplimit(np, &fl6, dst); in icmp6_send() 749 ipc6.hlimit = ip6_sk_dst_hoplimit(np, &fl6, dst); in icmpv6_echo_reply()
|
D | raw.c | 933 if (ipc6.hlimit < 0) in rawv6_sendmsg() 934 ipc6.hlimit = ip6_sk_dst_hoplimit(np, &fl6, dst); in rawv6_sendmsg()
|
D | udp.c | 1453 if (ipc6.hlimit < 0) in udpv6_sendmsg() 1454 ipc6.hlimit = ip6_sk_dst_hoplimit(np, &fl6, dst); in udpv6_sendmsg()
|
/net/l2tp/ |
D | l2tp_ip6.c | 624 if (ipc6.hlimit < 0) in l2tp_ip6_sendmsg() 625 ipc6.hlimit = ip6_sk_dst_hoplimit(np, &fl6, dst); in l2tp_ip6_sendmsg()
|