Home
last modified time | relevance | path

Searched refs:ttl (Results 101 – 125 of 290) sorted by relevance

12345678910>>...12

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_tun_mplsoudp.c41 *mpls = mpls_entry_encode(mpls_info->label, mpls_info->ttl, mpls_info->tc, mpls_info->bos); in generate_ip_tun_hdr()
/openbmc/linux/include/linux/
H A Dw1.h71 int ttl; member
/openbmc/linux/net/batman-adv/
H A Dfragmentation.c378 packet->ttl--; in batadv_frag_skb_fwd()
492 frag_header.ttl = BATADV_TTL; in batadv_frag_send_packet()
/openbmc/linux/tools/testing/selftests/net/forwarding/
H A Ddual_vxlan_bridge.sh153 dstport "$VXPORT" nolearning noudpcsum tos inherit ttl 100
165 dstport "$VXPORT" nolearning noudpcsum tos inherit ttl 100
H A Dtc_flower.sh383 local ttl=$4
389 $ttl
562 flower $tcflags mpls lse depth 1 ttl 0 action continue
572 flower $tcflags mpls lse depth 2 ttl 255 action continue
/openbmc/linux/net/mpls/
H A Daf_mpls.c306 new_ttl = dec.ttl; in mpls_egress()
308 new_ttl = hdr4->ttl ? hdr4->ttl - 1 : 0; in mpls_egress()
311 htons(hdr4->ttl << 8), in mpls_egress()
313 hdr4->ttl = new_ttl; in mpls_egress()
328 hdr6->hop_limit = dec.ttl; in mpls_egress()
409 if (dec.ttl <= 1) in mpls_forward()
434 dec.ttl -= 1; in mpls_forward()
449 dec.ttl, 0, bos); in mpls_forward()
1764 if (dec.ttl) { in nla_get_labels()
/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_iscsi.c98 u8 ttl; member
385 p_tcp->ttl = p_conn->ttl; in qed_sp_iscsi_conn_offload()
428 p_tcp2->ttl = p_conn->ttl; in qed_sp_iscsi_conn_offload()
1263 con->ttl = conn_info->ttl; in qed_iscsi_offload_conn()
H A Dqed_nvmetcp.c340 p_tcp->ttl = p_conn->ttl; in qed_sp_nvmetcp_conn_offload()
712 con->ttl = conn_info->ttl; in qed_nvmetcp_offload_conn()
/openbmc/u-boot/drivers/ata/
H A Dfsl_sata.c303 u32 ttl; in fsl_ata_exec_ata_cmd() local
352 ttl = len; in fsl_ata_exec_ata_cmd()
386 cmd_hdr->ttl = cpu_to_le32(ttl); in fsl_ata_exec_ata_cmd()
H A Dfsl_sata.h168 __le32 ttl; /* Total transfer length */ member
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_fdir.c950 ice_pkt_insert_u8(loc, ICE_IPV4_TTL_OFFSET, input->ip.v4.ttl); in ice_fdir_get_gen_prgm_pkt()
965 ice_pkt_insert_u8(loc, ICE_IPV4_TTL_OFFSET, input->ip.v4.ttl); in ice_fdir_get_gen_prgm_pkt()
980 ice_pkt_insert_u8(loc, ICE_IPV4_TTL_OFFSET, input->ip.v4.ttl); in ice_fdir_get_gen_prgm_pkt()
989 ice_pkt_insert_u8(loc, ICE_IPV4_TTL_OFFSET, input->ip.v4.ttl); in ice_fdir_get_gen_prgm_pkt()
H A Dice_tc_lib.h103 u8 ttl; member
/openbmc/linux/tools/testing/selftests/net/
H A Dtxring_overwrite.c55 iph->ttl = 8; in build_packet()
/openbmc/linux/samples/bpf/
H A Dxdp_adjust_tail_kern.c102 iph->ttl = DEFAULT_TTL; in send_icmp4_too_big()
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Dvxlan_fdb_veto.sh45 ttl 20 tos inherit local $LOCAL_IP dstport 4789
H A Dmirror_gre_scale.sh71 ttl 100 tos inherit allow-localremote
/openbmc/linux/include/linux/qed/
H A Dqed_nvmetcp_if.h60 u8 ttl; member
H A Dqed_iscsi_if.h93 u8 ttl; member
/openbmc/u-boot/drivers/pci/
H A Dpci-uclass.c1359 int ttl = PCI_FIND_CAP_TTL; in _dm_pci_find_next_capability() local
1365 while (ttl--) { in _dm_pci_find_next_capability()
1410 int ttl; in dm_pci_find_next_ext_capability() local
1414 ttl = (PCI_CFG_SPACE_EXP_SIZE - PCI_CFG_SPACE_SIZE) / 8; in dm_pci_find_next_ext_capability()
1427 while (ttl--) { in dm_pci_find_next_ext_capability()
/openbmc/linux/drivers/infiniband/sw/rxe/
H A Drxe_icrc.c101 ip4h->ttl = 0xff; in rxe_icrc_hdr()
/openbmc/linux/include/soc/mscc/
H A Docelot_vcap.h545 enum ocelot_vcap_bit ttl; /* TTL zero */ member
570 enum ocelot_vcap_bit ttl; /* TTL zero */ member
/openbmc/qemu/qapi/
H A Drocker.json289 # @ttl-check: perform TTL check
302 '*ttl-check': 'uint8' } }
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rep.h196 u8 ttl; member
/openbmc/linux/fs/vboxsf/
H A Dvfsmod.h24 unsigned long ttl; member
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcls_redirect.c259 .ttl = IPDEFTTL, in encap_init()
310 .ttl = IPDEFTTL, in build_input()

12345678910>>...12