Home
last modified time | relevance | path

Searched refs:ttl (Results 1 – 25 of 248) sorted by relevance

12345678910

/kernel/linux/linux-5.10/net/netfilter/
Dxt_hl.c28 const u8 ttl = ip_hdr(skb)->ttl; in ttl_mt() local
32 return ttl == info->ttl; in ttl_mt()
34 return ttl != info->ttl; in ttl_mt()
36 return ttl < info->ttl; in ttl_mt()
38 return ttl > info->ttl; in ttl_mt()
Dxt_HL.c39 new_ttl = info->ttl; in ttl_tg()
42 new_ttl = iph->ttl + info->ttl; in ttl_tg()
47 new_ttl = iph->ttl - info->ttl; in ttl_tg()
52 new_ttl = iph->ttl; in ttl_tg()
56 if (new_ttl != iph->ttl) { in ttl_tg()
57 csum_replace2(&iph->check, htons(iph->ttl << 8), in ttl_tg()
59 iph->ttl = new_ttl; in ttl_tg()
107 if (info->mode != IPT_TTL_SET && info->ttl == 0) in ttl_tg_check()
Dnft_osf.c10 u8 ttl; member
47 if (!nf_osf_find(skb, nf_osf_fingers, priv->ttl, &data)) { in nft_osf_eval()
67 u8 ttl; in nft_osf_init() local
73 ttl = nla_get_u8(tb[NFTA_OSF_TTL]); in nft_osf_init()
74 if (ttl > 2) in nft_osf_init()
76 priv->ttl = ttl; in nft_osf_init()
99 if (nla_put_u8(skb, NFTA_OSF_TTL, priv->ttl)) in nft_osf_dump()
Dxt_recent.c71 u_int8_t ttl; member
126 u_int8_t ttl) in recent_entry_lookup() argument
139 (ttl == e->ttl || ttl == 0 || e->ttl == 0)) in recent_entry_lookup()
180 u_int16_t family, u_int8_t ttl) in recent_entry_init() argument
195 e->ttl = ttl; in recent_entry_init()
248 u_int8_t ttl; in recent_mt() local
259 ttl = iph->ttl; in recent_mt()
268 ttl = iph->hop_limit; in recent_mt()
274 ttl++; in recent_mt()
282 (info->check_set & XT_RECENT_TTL) ? ttl : 0); in recent_mt()
[all …]
Dnfnetlink_osf.c40 return ip->ttl == f_ttl; in nf_osf_ttl()
43 else if (ip->ttl <= f_ttl) in nf_osf_ttl()
48 ret = (ip->ttl == f_ttl); in nf_osf_ttl()
75 if (ctx->totlen != f->ss || !nf_osf_ttl(skb, ttl_check, f->ttl)) in nf_osf_match_one()
218 ttl_check = (info->flags & NF_OSF_TTL) ? info->ttl : 0; in nf_osf_match()
241 f->ttl - ip->ttl); in nf_osf_match()
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dbatadv_packet.h100 __u8 ttl; member
113 __u8 ttl; member
132 __u8 ttl; member
142 __u8 ttl; member
153 __u8 ttl; member
171 __u8 ttl; member
184 __u8 ttl; member
197 __u8 ttl; member
217 __u8 ttl; member
225 __u8 ttl; member
[all …]
/kernel/linux/linux-5.10/include/uapi/linux/
Dbatadv_packet.h211 __u8 ttl; member
237 __u8 ttl; member
283 __u8 ttl; member
306 __u8 ttl; member
335 __u8 ttl; member
374 __u8 ttl; member
408 __u8 ttl; member
449 __u8 ttl; member
479 __u8 ttl; member
508 __u8 ttl; member
[all …]
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dbatadv_packet.h88 __u8 ttl; member
101 __u8 ttl; member
120 __u8 ttl; member
130 __u8 ttl; member
141 __u8 ttl; member
159 __u8 ttl; member
172 __u8 ttl; member
187 __u8 ttl; member
207 __u8 ttl; member
216 __u8 ttl; member
[all …]
/kernel/linux/linux-5.10/net/xfrm/
Dxfrm_inout.h17 XFRM_MODE_SKB_CB(skb)->ttl = iph->ttl; in xfrm4_extract_header()
32 XFRM_MODE_SKB_CB(skb)->ttl = iph->hop_limit; in xfrm6_extract_header()
52 iph->hop_limit = XFRM_MODE_SKB_CB(skb)->ttl; in xfrm6_beet_make_header()
67 iph->ttl = XFRM_MODE_SKB_CB(skb)->ttl; in xfrm4_beet_make_header()
/kernel/linux/linux-5.10/arch/um/drivers/
Dumcast_kern.c23 int ttl; member
39 dpri->ttl = init->ttl; in umcast_init()
47 "TTL:%u\n", dpri->addr, dpri->lport, dpri->ttl); in umcast_init()
79 .ttl = 1 }); in mcast_setup()
99 init->ttl = simple_strtoul(ttl_str, &last, 10); in mcast_setup()
111 init->lport, init->ttl); in mcast_setup()
/kernel/linux/linux-5.10/net/mpls/
Dmpls_iptunnel.c52 unsigned int ttl; in mpls_xmit() local
80 ttl = tun_encap_info->default_ttl; in mpls_xmit()
83 ttl = net->mpls.default_ttl; in mpls_xmit()
85 ttl = ip_hdr(skb)->ttl; in mpls_xmit()
89 ttl = tun_encap_info->default_ttl; in mpls_xmit()
92 ttl = net->mpls.default_ttl; in mpls_xmit()
94 ttl = ipv6_hdr(skb)->hop_limit; in mpls_xmit()
129 ttl, 0, bos); in mpls_xmit()
/kernel/linux/linux-5.10/net/mac80211/
Dmesh_hwmp.c104 u8 hop_count, u8 ttl, in mesh_path_sel_frame_tx() argument
159 *pos++ = ttl; in mesh_path_sel_frame_tx()
235 u8 ttl, const u8 *target, u32 target_sn, in mesh_path_error_tx() argument
273 *pos++ = ttl; in mesh_path_error_tx()
567 u8 target_flags, ttl, flags; in hwmp_preq_frame_process() local
639 ttl = ifmsh->mshcfg.element_ttl; in hwmp_preq_frame_process()
640 if (ttl != 0) { in hwmp_preq_frame_process()
644 target_sn, mgmt->sa, 0, ttl, in hwmp_preq_frame_process()
656 ttl = PREQ_IE_TTL(preq_elem); in hwmp_preq_frame_process()
658 if (ttl <= 1) { in hwmp_preq_frame_process()
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/
Dvxlan.sh67 ttl 20 tos inherit local 198.51.100.1 dstport 4789
84 ttl 20 tos inherit local 198.51.100.1 dstport 4789
101 ttl 20 tos inherit local 198.51.100.1 dstport 4789
119 ttl 20 tos inherit local 198.51.100.1 dstport 4789 \
138 ttl 20 tos inherit dstport 4789
155 ttl 20 tos inherit local 2001:db8::1 dstport 4789
172 ttl 20 tos inherit local 198.51.100.1 dstport 4789
190 ttl 20 tos inherit local 198.51.100.1 dstport 4789 dev dummy1
208 ttl 20 tos inherit local 198.51.100.1 dstport 4789 \
226 ttl 20 tos 20 local 198.51.100.1 dstport 4789
[all …]
Dextack.sh41 dstport 4789 nolearning noudpcsum tos inherit ttl 100
52 dstport 4789 nolearning noudpcsum tos inherit ttl 100
63 ip link set dev vx2 type vxlan ttl 200
89 dstport 4789 tos inherit ttl 100
117 dstport 4789 tos inherit ttl 100
Dmirror_gre.sh21 ttl 100 tos inherit allow-localremote \
48 ttl 100 tos inherit allow-localremote
120 ip link set dev $tundev type $type ttl inherit
124 ip link set dev $tundev type $type ttl 100
/kernel/linux/linux-5.10/include/net/
Dnsh.h290 static inline void nsh_set_flags_and_ttl(struct nshhdr *nsh, u8 flags, u8 ttl) in nsh_set_flags_and_ttl() argument
293 ((ttl << NSH_TTL_SHIFT) & NSH_TTL_MASK), in nsh_set_flags_and_ttl()
298 u8 ttl, u8 len) in nsh_set_flags_ttl_len() argument
302 ((ttl << NSH_TTL_SHIFT) & NSH_TTL_MASK) | in nsh_set_flags_ttl_len()
Ddst_metadata.h145 __u8 tos, __u8 ttl, in __ip_tun_set_dst() argument
158 saddr, daddr, tos, ttl, in __ip_tun_set_dst()
170 return __ip_tun_set_dst(iph->saddr, iph->daddr, iph->tos, iph->ttl, in ip_tun_rx_dst()
176 __u8 tos, __u8 ttl, in __ipv6_tun_set_dst() argument
201 info->key.ttl = ttl; in __ipv6_tun_set_dst()
Dmpls.h31 unsigned int ttl, in mpls_entry_encode() argument
41 (ttl << MPLS_LS_TTL_SHIFT)); in mpls_entry_encode()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtc_tun.c196 u8 nud_state, ttl; in mlx5e_tc_tun_create_header_ipv4() local
204 ttl = tun_key->ttl; in mlx5e_tc_tun_create_header_ipv4()
207 &fl4, &n, &ttl); in mlx5e_tc_tun_create_header_ipv4()
260 ip->ttl = ttl; in mlx5e_tc_tun_create_header_ipv4()
362 u8 nud_state, ttl; in mlx5e_tc_tun_create_header_ipv6() local
365 ttl = tun_key->ttl; in mlx5e_tc_tun_create_header_ipv6()
372 &fl6, &n, &ttl); in mlx5e_tc_tun_create_header_ipv6()
424 ip6h->hop_limit = ttl; in mlx5e_tc_tun_create_header_ipv6()
613 match.mask->ttl); in mlx5e_tc_tun_parse()
615 match.key->ttl); in mlx5e_tc_tun_parse()
[all …]
/kernel/linux/linux-5.10/fs/nfs/
Ddns_resolve.c181 long ttl; in nfs_dns_show() local
188 ttl = item->h.expiry_time - seconds_since_boot(); in nfs_dns_show()
189 if (ttl < 0) in nfs_dns_show()
190 ttl = 0; in nfs_dns_show()
199 seq_printf(m, "%15s %ld\n", item->hostname, ttl); in nfs_dns_show()
234 unsigned int ttl; in nfs_dns_parse() local
257 if (get_uint(&buf, &ttl) < 0) in nfs_dns_parse()
259 if (ttl == 0) in nfs_dns_parse()
261 key.h.expiry_time = ttl + seconds_since_boot(); in nfs_dns_parse()
/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dtlbflush.h109 u64 ttl = level & 3; \
110 ttl |= get_trans_granule() << 2; \
112 arg |= FIELD_PREP(TLBI_TTL_MASK, ttl); \
136 #define __TLBI_VADDR_RANGE(addr, asid, scale, num, ttl) \ argument
140 __ta |= (unsigned long)(ttl) << 37; \
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
Dtest_cls_redirect.c419 uint8_t ttl; in forward_with_gre() local
424 &ttl, 1); in forward_with_gre()
430 if (ttl == 0) { in forward_with_gre()
435 ttl--; in forward_with_gre()
438 &ttl, 1, 0); in forward_with_gre()
444 uint8_t ttl; in forward_with_gre() local
448 skb, payload_off + offsetof(struct iphdr, ttl), &ttl, in forward_with_gre()
455 if (ttl == 0) { in forward_with_gre()
465 skb, payload_off + offsetof(struct iphdr, check), ttl, in forward_with_gre()
466 ttl - 1, 2); in forward_with_gre()
[all …]
/kernel/linux/linux-5.10/net/ipv4/
Dip_tunnel.c554 u8 tos, ttl; in ip_md_tunnel_xmit() local
605 ttl = key->ttl; in ip_md_tunnel_xmit()
606 if (ttl == 0) { in ip_md_tunnel_xmit()
608 ttl = inner_iph->ttl; in ip_md_tunnel_xmit()
610 ttl = ((const struct ipv6hdr *)inner_iph)->hop_limit; in ip_md_tunnel_xmit()
612 ttl = ip4_dst_hoplimit(&rt->dst); in ip_md_tunnel_xmit()
623 iptunnel_xmit(NULL, rt, skb, fl4.saddr, fl4.daddr, proto, tos, ttl, in ip_md_tunnel_xmit()
648 u8 tos, ttl; in ip_tunnel_xmit() local
786 ttl = tnl_params->ttl; in ip_tunnel_xmit()
787 if (ttl == 0) { in ip_tunnel_xmit()
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/
Dmirror_gre_topo_lib.sh64 ttl 100 tos inherit
67 ttl 100 tos inherit allow-localremote
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/flower/
Daction.c56 mpls_lse |= act->mpls_push.ttl << MPLS_LS_TTL_SHIFT; in nfp_fl_push_mpls()
96 if (act->mpls_mangle.ttl) { in nfp_fl_set_mpls()
97 mpls_lse |= act->mpls_mangle.ttl << MPLS_LS_TTL_SHIFT; in nfp_fl_set_mpls()
439 if (ip_tun->key.ttl) { in nfp_fl_set_tun()
440 set_tun->ttl = ip_tun->key.ttl; in nfp_fl_set_tun()
451 set_tun->ttl = ip6_dst_hoplimit(dst); in nfp_fl_set_tun()
454 set_tun->ttl = net->ipv6.devconf_all->hop_limit; in nfp_fl_set_tun()
472 set_tun->ttl = ip4_dst_hoplimit(&rt->dst); in nfp_fl_set_tun()
475 set_tun->ttl = net->ipv4.sysctl_ip_default_ttl; in nfp_fl_set_tun()
546 __u8 ttl; member
[all …]

12345678910