Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/
H A Dtc.c372 MAP_KEY_AND_MASK(IP, ip, ttl, ip_ttl); in efx_tc_flower_parse_match()
928 if (COPY_FROM_ENC(ip_tos) || COPY_FROM_ENC(ip_ttl)) in efx_tc_flower_translate_flhs_match()
957 match->mask.ip_tos || match->mask.ip_ttl || in efx_tc_flower_flhs_needs_ar()
1326 if (match->mask.ip_ttl != U8_MAX) { in efx_tc_mangle()
1329 match->mask.ip_ttl); in efx_tc_mangle()
1336 if (match->value.ip_ttl == 0) { in efx_tc_mangle()
1351 tr_ttl = match->value.ip_ttl - 1; in efx_tc_mangle()
1385 if (match->mask.ip_ttl != U8_MAX) { in efx_tc_mangle()
1388 match->mask.ip_ttl); in efx_tc_mangle()
1395 if (match->value.ip_ttl == 0) { in efx_tc_mangle()
[all …]
H A Dtc.h98 u8 ip_proto, ip_tos, ip_ttl; member
H A Dmae.c688 CHECK(IP_TTL, ip_ttl) || in efx_mae_match_check_caps()
783 CHECK(ENC_IP_TTL, ip_ttl) || in efx_mae_match_check_caps_lhs()
1623 match->value.ip_ttl); in efx_mae_populate_lhs_match_criteria()
1625 match->mask.ip_ttl); in efx_mae_populate_lhs_match_criteria()
2171 match->value.ip_ttl); in efx_mae_populate_match_criteria()
2173 match->mask.ip_ttl); in efx_mae_populate_match_criteria()
/linux/tools/testing/selftests/net/forwarding/
H A Dmirror_gre_changes.sh78 flower skip_hw ip_ttl 50 action pass
H A Dvxlan_bridge_1d.sh507 flower ip_ttl 99 action pass
H A Dvxlan_bridge_1d_ipv6.sh628 flower ip_ttl 99 action pass
H A Dtc_flower.sh321 $tcflags dst_ip 192.0.2.2 ip_ttl 63 action drop
/linux/tools/testing/selftests/net/
H A Dip_defrag.c237 iphdr->ip_ttl = 0x40; in send_udp_frags()