Home
last modified time | relevance | path

Searched refs:IPPROTO_SCTP (Results 1 – 16 of 16) sorted by relevance

/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_osdep.h24 #ifndef IPPROTO_SCTP
25 #define IPPROTO_SCTP 132 macro
/dpdk/lib/eal/windows/include/
H A Drte_os_shim.h39 #define IPPROTO_SCTP 132 macro
/dpdk/app/test/
H A Dtest_flow_classify.c164 { { .version_ihl = 0}, 0, 0, 0, 0, 0, IPPROTO_SCTP, 0,
571 dst_addr, pktlen, IPPROTO_SCTP); in init_ipv4_sctp_traffic()
579 0, &pkt_ipv4_hdr, 1, IPPROTO_SCTP, in init_ipv4_sctp_traffic()
H A Dpacket_burst_generator.c403 case IPPROTO_SCTP: in generate_packet_burst_proto()
428 case IPPROTO_SCTP: in generate_packet_burst_proto()
/dpdk/lib/net/
H A Drte_net.c64 [IPPROTO_SCTP] = RTE_PTYPE_L4_SCTP, in ptype_l4()
121 [IPPROTO_SCTP] = RTE_PTYPE_INNER_L4_SCTP, in ptype_inner_l4()
/dpdk/app/test-pmd/
H A Dicmpecho.c197 case IPPROTO_SCTP: /**< Stream Control Transport Protocol */ in ip_proto_name()
H A Dcsumonly.c549 } else if (info->l4_proto == IPPROTO_SCTP) { in process_inner_cksums()
/dpdk/examples/flow_classify/
H A Dflow_classify.c605 case IPPROTO_SCTP: in add_classify_rule()
/dpdk/drivers/net/i40e/
H A Di40e_fdir.c821 [I40E_FILTER_PCTYPE_NONF_IPV4_SCTP] = IPPROTO_SCTP, in i40e_flow_fdir_fill_eth_ip_head()
826 [I40E_FILTER_PCTYPE_NONF_IPV6_SCTP] = IPPROTO_SCTP, in i40e_flow_fdir_fill_eth_ip_head()
/dpdk/drivers/net/enic/
H A Denic_flow.c880 *ip_proto = IPPROTO_SCTP; in enic_copy_item_sctp_v2()
H A Denic_fm_flow.c637 *ip_proto = IPPROTO_SCTP; in enic_fm_copy_item_sctp()
/dpdk/lib/vhost/
H A Dvirtio_net.c2268 case IPPROTO_SCTP: in parse_headers()
2312 if (l4_proto != IPPROTO_SCTP) in vhost_dequeue_offload_legacy()
/dpdk/drivers/net/hns3/
H A Dhns3_flow.c802 rule->key_conf.spec.ip_proto = IPPROTO_SCTP; in hns3_parse_sctp()
/dpdk/drivers/net/dpaa2/
H A Ddpaa2_flow.c2535 proto.ip_proto = IPPROTO_SCTP; in dpaa2_configure_flow_sctp()
/dpdk/drivers/net/txgbe/
H A Dtxgbe_ethdev.c3826 else if (protocol_value == IPPROTO_SCTP) in convert_protocol_type()
/dpdk/drivers/net/ixgbe/
H A Dixgbe_ethdev.c6226 else if (protocol_value == IPPROTO_SCTP) in convert_protocol_type()