Searched refs:IPPROTO_SCTP (Results 1 – 16 of 16) sorted by relevance
| /dpdk/drivers/net/ixgbe/base/ |
| H A D | ixgbe_osdep.h | 24 #ifndef IPPROTO_SCTP 25 #define IPPROTO_SCTP 132 macro
|
| /dpdk/lib/eal/windows/include/ |
| H A D | rte_os_shim.h | 39 #define IPPROTO_SCTP 132 macro
|
| /dpdk/app/test/ |
| H A D | test_flow_classify.c | 164 { { .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 D | packet_burst_generator.c | 403 case IPPROTO_SCTP: in generate_packet_burst_proto() 428 case IPPROTO_SCTP: in generate_packet_burst_proto()
|
| /dpdk/lib/net/ |
| H A D | rte_net.c | 64 [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 D | icmpecho.c | 197 case IPPROTO_SCTP: /**< Stream Control Transport Protocol */ in ip_proto_name()
|
| H A D | csumonly.c | 549 } else if (info->l4_proto == IPPROTO_SCTP) { in process_inner_cksums()
|
| /dpdk/examples/flow_classify/ |
| H A D | flow_classify.c | 605 case IPPROTO_SCTP: in add_classify_rule()
|
| /dpdk/drivers/net/i40e/ |
| H A D | i40e_fdir.c | 821 [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 D | enic_flow.c | 880 *ip_proto = IPPROTO_SCTP; in enic_copy_item_sctp_v2()
|
| H A D | enic_fm_flow.c | 637 *ip_proto = IPPROTO_SCTP; in enic_fm_copy_item_sctp()
|
| /dpdk/lib/vhost/ |
| H A D | virtio_net.c | 2268 case IPPROTO_SCTP: in parse_headers() 2312 if (l4_proto != IPPROTO_SCTP) in vhost_dequeue_offload_legacy()
|
| /dpdk/drivers/net/hns3/ |
| H A D | hns3_flow.c | 802 rule->key_conf.spec.ip_proto = IPPROTO_SCTP; in hns3_parse_sctp()
|
| /dpdk/drivers/net/dpaa2/ |
| H A D | dpaa2_flow.c | 2535 proto.ip_proto = IPPROTO_SCTP; in dpaa2_configure_flow_sctp()
|
| /dpdk/drivers/net/txgbe/ |
| H A D | txgbe_ethdev.c | 3826 else if (protocol_value == IPPROTO_SCTP) in convert_protocol_type()
|
| /dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_ethdev.c | 6226 else if (protocol_value == IPPROTO_SCTP) in convert_protocol_type()
|