Home
last modified time | relevance | path

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

/linux-4.4.14/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.c406 int hlimit; in icmp6_send() local
509 hlimit = ip6_sk_dst_hoplimit(np, &fl6, dst); in icmp6_send()
528 sizeof(struct icmp6hdr), hlimit, in icmp6_send()
566 int hlimit; in icmpv6_echo_reply() local
608 hlimit = ip6_sk_dst_hoplimit(np, &fl6, dst); in icmpv6_echo_reply()
618 sizeof(struct icmp6hdr), hlimit, tclass, NULL, &fl6, in icmpv6_echo_reply()
Dip6_output.c167 int hlimit = -1; in ip6_xmit() local
209 hlimit = np->hop_limit; in ip6_xmit()
210 if (hlimit < 0) in ip6_xmit()
211 hlimit = ip6_dst_hoplimit(dst); in ip6_xmit()
218 hdr->hop_limit = hlimit; in ip6_xmit()
1182 int hlimit, int tclass, struct ipv6_txoptions *opt, in ip6_setup_cork() argument
1228 v6_cork->hop_limit = hlimit; in ip6_setup_cork()
1562 void *from, int length, int transhdrlen, int hlimit, in ip6_append_data() argument
1577 err = ip6_setup_cork(sk, &inet->cork, &np->cork, hlimit, in ip6_append_data()
1748 int hlimit, int tclass, in ip6_make_skb() argument
[all …]
Draw.c749 int hlimit = -1; in rawv6_sendmsg() local
830 &hlimit, &tclass, &dontfrag); in rawv6_sendmsg()
881 if (hlimit < 0) in rawv6_sendmsg()
882 hlimit = ip6_sk_dst_hoplimit(np, &fl6, dst); in rawv6_sendmsg()
899 len, 0, hlimit, tclass, opt, &fl6, (struct rt6_info *)dst, in rawv6_sendmsg()
Dudp.c1117 int hlimit = -1; in udpv6_sendmsg() local
1251 &hlimit, &tclass, &dontfrag); in udpv6_sendmsg()
1301 if (hlimit < 0) in udpv6_sendmsg()
1302 hlimit = ip6_sk_dst_hoplimit(np, &fl6, dst); in udpv6_sendmsg()
1316 sizeof(struct udphdr), hlimit, tclass, opt, in udpv6_sendmsg()
1343 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.4.14/include/net/
Dipv6.h704 int hlimit; in ip6_sk_dst_hoplimit() local
707 hlimit = np->mcast_hops; in ip6_sk_dst_hoplimit()
709 hlimit = np->hop_limit; in ip6_sk_dst_hoplimit()
710 if (hlimit < 0) in ip6_sk_dst_hoplimit()
711 hlimit = ip6_dst_hoplimit(dst); in ip6_sk_dst_hoplimit()
712 return hlimit; in ip6_sk_dst_hoplimit()
843 void *from, int length, int transhdrlen, int hlimit,
860 int hlimit, int tclass, struct ipv6_txoptions *opt,
Dtransp_v6.h45 int *hlimit, int *tclass, int *dontfrag);
/linux-4.4.14/net/l2tp/
Dl2tp_ip6.c497 int hlimit = -1; in l2tp_ip6_sendmsg() local
567 &hlimit, &tclass, &dontfrag); in l2tp_ip6_sendmsg()
612 if (hlimit < 0) in l2tp_ip6_sendmsg()
613 hlimit = ip6_sk_dst_hoplimit(np, &fl6, dst); in l2tp_ip6_sendmsg()
627 ulen, transhdrlen, hlimit, tclass, opt, in l2tp_ip6_sendmsg()
/linux-4.4.14/drivers/media/pci/ivtv/
Divtvfb.c655 u32 pixclock, hlimit, vlimit; in _ivtvfb_check_var() local
662 hlimit = 776; in _ivtvfb_check_var()
668 hlimit = 776; in _ivtvfb_check_var()
796 var->right_margin = hlimit - var->left_margin - var->xres; in _ivtvfb_check_var()