Home
last modified time | relevance | path

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

/linux-3.4.99/net/ipv6/
Dicmp.c383 int hlimit; in icmpv6_send() local
478 hlimit = np->mcast_hops; in icmpv6_send()
480 hlimit = np->hop_limit; in icmpv6_send()
481 if (hlimit < 0) in icmpv6_send()
482 hlimit = ip6_dst_hoplimit(dst); in icmpv6_send()
500 sizeof(struct icmp6hdr), hlimit, in icmpv6_send()
531 int hlimit; in icmpv6_echo_reply() local
568 hlimit = np->mcast_hops; in icmpv6_echo_reply()
570 hlimit = np->hop_limit; in icmpv6_echo_reply()
571 if (hlimit < 0) in icmpv6_echo_reply()
[all …]
Draw.c739 int hlimit = -1; in rawv6_sendmsg() local
821 &hlimit, &tclass, &dontfrag); in rawv6_sendmsg()
865 if (hlimit < 0) { in rawv6_sendmsg()
867 hlimit = np->mcast_hops; in rawv6_sendmsg()
869 hlimit = np->hop_limit; in rawv6_sendmsg()
870 if (hlimit < 0) in rawv6_sendmsg()
871 hlimit = ip6_dst_hoplimit(dst); in rawv6_sendmsg()
889 len, 0, hlimit, tclass, opt, &fl6, (struct rt6_info*)dst, in rawv6_sendmsg()
Dudp.c965 int hlimit = -1; in udpv6_sendmsg() local
1099 &hlimit, &tclass, &dontfrag); in udpv6_sendmsg()
1147 if (hlimit < 0) { in udpv6_sendmsg()
1149 hlimit = np->mcast_hops; in udpv6_sendmsg()
1151 hlimit = np->hop_limit; in udpv6_sendmsg()
1152 if (hlimit < 0) in udpv6_sendmsg()
1153 hlimit = ip6_dst_hoplimit(dst); in udpv6_sendmsg()
1183 sizeof(struct udphdr), hlimit, tclass, opt, &fl6, in udpv6_sendmsg()
Dip6_output.c192 int hlimit = -1; in ip6_xmit() local
231 hlimit = np->hop_limit; in ip6_xmit()
232 if (hlimit < 0) in ip6_xmit()
233 hlimit = ip6_dst_hoplimit(dst); in ip6_xmit()
239 hdr->hop_limit = hlimit; in ip6_xmit()
1214 int hlimit, int tclass, struct ipv6_txoptions *opt, struct flowi6 *fl6, in ip6_append_data() argument
1275 np->cork.hop_limit = hlimit; in ip6_append_data()
Ddatagram.c605 int *hlimit, int *tclass, int *dontfrag) in datagram_send_ctl() argument
821 *hlimit = *(int *)CMSG_DATA(cmsg); in datagram_send_ctl()
822 if (*hlimit < -1 || *hlimit > 0xff) { in datagram_send_ctl()
/linux-3.4.99/include/net/
Dtransp_v6.h46 int *hlimit, int *tclass,
Dipv6.h522 int hlimit,
/linux-3.4.99/drivers/media/video/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()