Searched refs:sctp (Results 1 – 21 of 21) sorted by relevance
| /dpdk/doc/guides/nics/features/ |
| H A D | e1000.ini | 38 sctp = Y key
|
| H A D | dpaa2.ini | 41 sctp = Y key
|
| H A D | enic.ini | 52 sctp = Y key
|
| H A D | iavf.ini | 58 sctp = Y key
|
| H A D | hns3.ini | 60 sctp = Y key
|
| H A D | txgbe.ini | 63 sctp = Y key
|
| H A D | i40e.ini | 68 sctp = Y key
|
| H A D | ixgbe.ini | 66 sctp = Y key
|
| H A D | cnxk_vf.ini | 65 sctp = Y key
|
| H A D | ice.ini | 71 sctp = Y key
|
| H A D | cnxk_vec.ini | 69 sctp = Y key
|
| H A D | cnxk.ini | 73 sctp = Y key
|
| H A D | default.ini | 134 sctp = key
|
| /dpdk/drivers/net/i40e/ |
| H A D | i40e_fdir.c | 936 struct rte_sctp_hdr *sctp; in i40e_flow_fdir_construct_pkt() local 988 sctp = (struct rte_sctp_hdr *)(raw_pkt + len); in i40e_flow_fdir_construct_pkt() 989 payload = (unsigned char *)sctp + sizeof(struct rte_sctp_hdr); in i40e_flow_fdir_construct_pkt() 995 sctp->src_port = fdir_input->flow.sctp4_flow.dst_port; in i40e_flow_fdir_construct_pkt() 996 sctp->dst_port = fdir_input->flow.sctp4_flow.src_port; in i40e_flow_fdir_construct_pkt() 997 sctp->tag = fdir_input->flow.sctp4_flow.verify_tag; in i40e_flow_fdir_construct_pkt() 1025 sctp = (struct rte_sctp_hdr *)(raw_pkt + len); in i40e_flow_fdir_construct_pkt() 1026 payload = (unsigned char *)sctp + sizeof(struct rte_sctp_hdr); in i40e_flow_fdir_construct_pkt() 1032 sctp->src_port = fdir_input->flow.sctp6_flow.dst_port; in i40e_flow_fdir_construct_pkt() 1033 sctp->dst_port = fdir_input->flow.sctp6_flow.src_port; in i40e_flow_fdir_construct_pkt() [all …]
|
| /dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_flow.c | 137 struct rte_flow_item_sctp sctp; member 872 status = port_mask_to_range(rte_ntohs(spec.sctp.hdr.src_port), in flow_rule_match_acl_get() 873 rte_ntohs(mask.sctp.hdr.src_port), in flow_rule_match_acl_get() 884 status = port_mask_to_range(rte_ntohs(spec.sctp.hdr.dst_port), in flow_rule_match_acl_get() 885 rte_ntohs(mask.sctp.hdr.dst_port), in flow_rule_match_acl_get()
|
| /dpdk/doc/guides/nics/ |
| H A D | i40e.rst | 366 ipv4-sctp : src_ip_address, dst_ip_address, src_port, dst_port, 372 ipv6-sctp : src_ip_address, dst_ip_address, src_port, dst_port, 402 SUPPORTED FLOW TYPE: ipv4-frag ipv4-tcp ipv4-udp ipv4-sctp ipv4-other 403 ipv6-frag ipv6-tcp ipv6-udp ipv6-sctp ipv6-other 424 ipv4-sctp: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 429 ipv6-sctp: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
| H A D | enic.rst | 247 …- Items: eth, vlan, ipv4, ipv6, sctp, udp, tcp, vxlan, raw, inner eth, vlan, ipv4, ipv6, sctp, udp…
|
| /dpdk/drivers/net/hinic/ |
| H A D | hinic_pmd_tx.c | 517 u32 tcp_udp_cs, sctp = 0; in hinic_set_l4_csum_info() local 521 sctp = 1; in hinic_set_l4_csum_info() 551 SQ_CTRL_QUEUE_INFO_SET(sctp, SCTP); in hinic_set_l4_csum_info()
|
| /dpdk/drivers/net/dpaa/ |
| H A D | dpaa_flow.c | 301 SCH_EXT_FULL_FLD(scheme_params, hdr_idx).sctp = in set_hash_params_sctp() 304 SCH_EXT_FULL_FLD(scheme_params, hdr_idx).sctp = in set_hash_params_sctp()
|
| /dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 203 ipv4-sctp 208 ipv6-sctp 1140 testpmd> csum set (ip|udp|tcp|sctp|outer-ip|outer-udp) (hw|sw) (port_id) 1144 * ``ip|udp|tcp|sctp`` always relate to the inner layer. 1226 * If parse-tunnel is enabled, the ``ip|udp|tcp|sctp`` parameters of ``csum set`` 1230 * If parse-tunnel is disabled, the ``ip|udp|tcp|sctp`` parameters of ``csum set`` 2311 …testpmd> port config all rss (all|default|eth|vlan|ip|tcp|udp|sctp|ether|port|vxlan|geneve|nvgre|v… 2315 The ``all`` option is equivalent to eth|vlan|ip|tcp|udp|sctp|ether|l2tpv3|esp|ah|pfcp|l2tpv2. 2450 ipv4-tcp|ipv4-udp|ipv4-sctp|ipv4-other|\ 2451 ipv6|ipv6-frag|ipv6-tcp|ipv6-udp|ipv6-sctp|\ [all …]
|
| /dpdk/drivers/net/dpaa/fmlib/ |
| H A D | fm_pcd_ext.h | 1111 ioc_header_field_sctp_t sctp; /**< SCTP*/ member
|