Searched refs:hlimit (Results 1 - 11 of 11) sorted by relevance

/linux-master/tools/testing/selftests/net/
H A Dcmsg_sender.c53 unsigned int hlimit; member in struct:options::__anon4466
72 struct option_cmsg_u32 hlimit; member in struct:options::__anon4470
179 opt.v6.hlimit.ena = true;
180 opt.v6.hlimit.val = atoi(optarg);
183 opt.sockopt.hlimit = atoi(optarg);
260 SOL_IPV6, IPV6_HOPLIMIT, &opt.v6.hlimit);
417 if (opt.sockopt.hlimit &&
419 &opt.sockopt.hlimit, sizeof(opt.sockopt.hlimit)))
/linux-master/include/net/
H A Dipv6.h359 __s16 hlimit; member in struct:ipcm6_cookie
369 .hlimit = -1,
379 .hlimit = -1,
911 int hlimit; local
914 hlimit = READ_ONCE(np->mcast_hops);
916 hlimit = READ_ONCE(np->hop_limit);
917 if (hlimit < 0)
918 hlimit = ip6_dst_hoplimit(dst);
919 return hlimit;
/linux-master/net/ipv6/
H A Dping.c173 if (ipc6.hlimit < 0)
174 ipc6.hlimit = ip6_sk_dst_hoplimit(np, &fl6, dst);
H A Ddatagram.c992 ipc6->hlimit = *(int *)CMSG_DATA(cmsg);
993 if (ipc6->hlimit < -1 || ipc6->hlimit > 0xff) {
H A Dip6_output.c278 int hlimit = -1; local
326 hlimit = READ_ONCE(np->hop_limit);
327 if (hlimit < 0)
328 hlimit = ip6_dst_hoplimit(dst);
335 hdr->hop_limit = hlimit;
1378 v6_cork->hop_limit = ipc6->hlimit;
H A Dicmp.c599 ipc6.hlimit = ip6_sk_dst_hoplimit(np, &fl6, dst);
795 ipc6.hlimit = ip6_sk_dst_hoplimit(np, &fl6, dst);
H A Draw.c903 if (ipc6.hlimit < 0)
904 ipc6.hlimit = ip6_sk_dst_hoplimit(np, &fl6, dst);
H A Dudp.c1562 if (ipc6.hlimit < 0)
1563 ipc6.hlimit = ip6_sk_dst_hoplimit(np, fl6, dst);
/linux-master/net/l2tp/
H A Dl2tp_ip6.c619 if (ipc6.hlimit < 0)
620 ipc6.hlimit = ip6_sk_dst_hoplimit(np, &fl6, dst);
/linux-master/drivers/media/pci/ivtv/
H A Divtvfb.c640 u32 pixclock, hlimit, vlimit; local
647 hlimit = 776;
653 hlimit = 776;
781 var->right_margin = hlimit - var->left_margin - var->xres;
/linux-master/net/bridge/
H A Dbr_netlink.c1034 u32 hlimit; local
1036 hlimit = nla_get_u32(tb[IFLA_BRPORT_MCAST_EHT_HOSTS_LIMIT]);
1037 err = br_multicast_eht_set_hosts_limit(p, hlimit);

Completed in 300 milliseconds