Searched refs:ip6_hlim (Results 1 - 25 of 39) sorted by relevance

12

/freebsd-13-stable/contrib/tcpdump/
H A Dip6.h95 #define ip6_hlim ip6_ctlun.ip6_un1.ip6_un1_hlim macro
H A Dprint-ip6.c266 ip6->ip6_hlim,
/freebsd-13-stable/sys/netinet6/
H A Dip6_fastfwd.c150 if (ip6->ip6_hlim <= IPV6_HLIMDEC) {
174 * XXX: should we decrement ip6_hlim in such case?
277 ip6->ip6_hlim -= IPV6_HLIMDEC;
H A Dip6_forward.c134 ip6->ip6_hlim <= IPV6_HLIMDEC) {
155 ip6->ip6_hlim -= IPV6_HLIMDEC;
H A Dnd6_nbr.c139 if (__predict_false(ip6->ip6_hlim != 255)) {
143 ip6->ip6_hlim, ip6_sprintf(ip6bufs, &ip6->ip6_src),
454 ip6->ip6_hlim = 255;
647 if (__predict_false(ip6->ip6_hlim != 255)) {
651 ip6->ip6_hlim, ip6_sprintf(ip6bufs, &ip6->ip6_src),
991 ip6->ip6_hlim = 255;
H A Din6_gif.c321 ip6->ip6_hlim = V_ip6_gif_hlim;
H A Dnd6_rtr.c179 if (__predict_false(ip6->ip6_hlim != 255)) {
183 ip6->ip6_hlim, ip6_sprintf(ip6bufs, &ip6->ip6_src),
379 if (__predict_false(ip6->ip6_hlim != 255)) {
383 ip6->ip6_hlim, ip6_sprintf(ip6bufs, &ip6->ip6_src),
H A Dicmp6.c619 if ((ip6->ip6_hlim != 1) || (m->m_flags & M_RTALERT_MLD) == 0)
2153 ip6->ip6_hlim = hlim;
2259 if (__predict_false(ip6->ip6_hlim != 255)) {
2264 ip6_sprintf(ip6buf, &src6), ip6->ip6_hlim));
2511 ip6->ip6_hlim = 255;
H A Dip6_mroute.c1090 if (ip6->ip6_hlim <= 1 || IN6_IS_ADDR_MC_INTFACELOCAL(&ip6->ip6_dst) ||
1093 ip6->ip6_hlim--;
1564 /* XXX: ip6_output will override ip6->ip6_hlim */
1565 im6o.im6o_multicast_hlim = ip6->ip6_hlim;
H A Dip6_gre.c548 gi6->gi6_ip6.ip6_hlim = V_ip6_gre_hlim;
H A Dip6_output.c669 ip6->ip6_hlim = opt->ip6po_hlim & 0xff;
672 ip6->ip6_hlim = im6o->im6o_multicast_hlim;
674 ip6->ip6_hlim = V_ip6_defmcasthlim;
934 if (ip6->ip6_hlim == 0 || (ifp->if_flags & IFF_LOOPBACK) ||
H A Draw_ip6.c507 ip6->ip6_hlim = hlim;
H A Dip6_input.c1327 hlim = ip6->ip6_hlim & 0xff;
H A Dudp6_usrreq.c935 ip6->ip6_hlim = in6_selecthlim(inp, NULL);
/freebsd-13-stable/sys/netinet/
H A Dip6.h92 #define ip6_hlim ip6_ctlun.ip6_un1.ip6_un1_hlim macro
H A Dtcp_timewait.c678 ip6->ip6_hlim = in6_selecthlim(inp, NULL);
H A Dip_carp.c563 if (ip6->ip6_hlim != CARP_DFLTTL) {
566 ip6->ip6_hlim, m->m_pkthdr.rcvif->if_xname);
1010 ip6->ip6_hlim = CARP_DFLTTL;
/freebsd-13-stable/sys/netpfil/ipfw/nat64/
H A Dnat64_translate.c519 ip->ip_ttl = ip6->ip6_hlim;
752 oip6->ip6_hlim = V_ip6_defhlim;
1115 eip6->ip6_hlim = ip.ip_ttl;
1291 ip6.ip6_hlim = ip->ip_ttl;
1293 ip6.ip6_hlim -= IPTTLDEC;
1550 ip6i->ip6_hlim += IPV6_HLIMDEC;
1606 if (*V_nat64ip6stealth == 0 && ip6->ip6_hlim <= IPV6_HLIMDEC) {
/freebsd-13-stable/sys/netpfil/pf/
H A Dpf_norm.c1469 src->scrub->pfss_ttl = h->ip6_hlim;
1573 if (h->ip6_hlim > src->scrub->pfss_ttl)
1574 src->scrub->pfss_ttl = h->ip6_hlim;
1575 h->ip6_hlim = src->scrub->pfss_ttl;
2038 if (min_ttl && h->ip6_hlim < min_ttl)
2039 h->ip6_hlim = min_ttl;
H A Dpf_osfp.c128 fp.fp_ttl = ip6->ip6_hlim;
/freebsd-13-stable/sys/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c413 ip6->ip6_hlim = 0;
469 ip6->ip6_hlim = IPDEFTTL;
648 ip6->ip6_hlim = 0;
/freebsd-13-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_rx.c203 ip6->ip6_hlim = cqe->lro_min_ttl;
/freebsd-13-stable/sys/netipsec/
H A Dipsec_output.c971 ip6->ip6_hlim = V_ip6_defhlim;
H A Dxform_ah.c411 ip6.ip6_hlim = 0;
/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw2.c590 ip6->ip6_hlim = IPV6_DEFHLIM;
758 h6->ip6_hlim = IPV6_DEFHLIM;

Completed in 310 milliseconds

12