Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv6/
Dping.c90 int hlimit; in ping_v6_sendmsg() local
170 hlimit = ip6_sk_dst_hoplimit(np, &fl6, dst); in ping_v6_sendmsg()
174 0, hlimit, in ping_v6_sendmsg()
Dicmp.c405 int hlimit; in icmp6_send() local
503 hlimit = ip6_sk_dst_hoplimit(np, &fl6, dst); in icmp6_send()
521 sizeof(struct icmp6hdr), hlimit, in icmp6_send()
559 int hlimit; in icmpv6_echo_reply() local
601 hlimit = ip6_sk_dst_hoplimit(np, &fl6, dst); in icmpv6_echo_reply()
611 sizeof(struct icmp6hdr), hlimit, tclass, NULL, &fl6, in icmpv6_echo_reply()
Dip6_output.c166 int hlimit = -1; in ip6_xmit() local
205 hlimit = np->hop_limit; in ip6_xmit()
206 if (hlimit < 0) in ip6_xmit()
207 hlimit = ip6_dst_hoplimit(dst); in ip6_xmit()
214 hdr->hop_limit = hlimit; in ip6_xmit()
1162 int hlimit, int tclass, struct ipv6_txoptions *opt, in ip6_setup_cork() argument
1208 v6_cork->hop_limit = hlimit; in ip6_setup_cork()
1546 void *from, int length, int transhdrlen, int hlimit, in ip6_append_data() argument
1561 err = ip6_setup_cork(sk, &inet->cork, &np->cork, hlimit, in ip6_append_data()
1732 int hlimit, int tclass, in ip6_make_skb() argument
[all …]
Draw.c747 int hlimit = -1; in rawv6_sendmsg() local
828 &hlimit, &tclass, &dontfrag); in rawv6_sendmsg()
876 if (hlimit < 0) in rawv6_sendmsg()
877 hlimit = ip6_sk_dst_hoplimit(np, &fl6, dst); in rawv6_sendmsg()
894 len, 0, hlimit, tclass, opt, &fl6, (struct rt6_info *)dst, in rawv6_sendmsg()
Dudp.c1116 int hlimit = -1; in udpv6_sendmsg() local
1250 &hlimit, &tclass, &dontfrag); in udpv6_sendmsg()
1300 if (hlimit < 0) in udpv6_sendmsg()
1301 hlimit = ip6_sk_dst_hoplimit(np, &fl6, dst); in udpv6_sendmsg()
1315 sizeof(struct udphdr), hlimit, tclass, opt, in udpv6_sendmsg()
1342 sizeof(struct udphdr), hlimit, tclass, opt, &fl6, in udpv6_sendmsg()
Ddatagram.c688 int *hlimit, int *tclass, int *dontfrag) in ip6_datagram_send_ctl() argument
906 *hlimit = *(int *)CMSG_DATA(cmsg); in ip6_datagram_send_ctl()
907 if (*hlimit < -1 || *hlimit > 0xff) { in ip6_datagram_send_ctl()
/linux-4.1.27/include/net/
Dipv6.h701 int hlimit; in ip6_sk_dst_hoplimit() local
704 hlimit = np->mcast_hops; in ip6_sk_dst_hoplimit()
706 hlimit = np->hop_limit; in ip6_sk_dst_hoplimit()
707 if (hlimit < 0) in ip6_sk_dst_hoplimit()
708 hlimit = ip6_dst_hoplimit(dst); in ip6_sk_dst_hoplimit()
709 return hlimit; in ip6_sk_dst_hoplimit()
803 void *from, int length, int transhdrlen, int hlimit,
820 int hlimit, int tclass, struct ipv6_txoptions *opt,
Dtransp_v6.h45 int *hlimit, int *tclass, int *dontfrag);
/linux-4.1.27/net/l2tp/
Dl2tp_ip6.c495 int hlimit = -1; in l2tp_ip6_sendmsg() local
565 &hlimit, &tclass, &dontfrag); in l2tp_ip6_sendmsg()
610 if (hlimit < 0) in l2tp_ip6_sendmsg()
611 hlimit = ip6_sk_dst_hoplimit(np, &fl6, dst); in l2tp_ip6_sendmsg()
625 ulen, transhdrlen, hlimit, tclass, opt, in l2tp_ip6_sendmsg()
/linux-4.1.27/drivers/media/pci/ivtv/
Divtvfb.c654 u32 pixclock, hlimit, vlimit; in _ivtvfb_check_var() local
661 hlimit = 776; in _ivtvfb_check_var()
667 hlimit = 776; in _ivtvfb_check_var()
795 var->right_margin = hlimit - var->left_margin - var->xres; in _ivtvfb_check_var()