Home
last modified time | relevance | path

Searched refs:protocol_value (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/net/txgbe/
H A Dtxgbe_ethdev.c3820 convert_protocol_type(uint8_t protocol_value) in convert_protocol_type() argument
3822 if (protocol_value == IPPROTO_TCP) in convert_protocol_type()
3824 else if (protocol_value == IPPROTO_UDP) in convert_protocol_type()
3826 else if (protocol_value == IPPROTO_SCTP) in convert_protocol_type()
/dpdk/drivers/net/ixgbe/
H A Dixgbe_ethdev.c6220 convert_protocol_type(uint8_t protocol_value) in convert_protocol_type() argument
6222 if (protocol_value == IPPROTO_TCP) in convert_protocol_type()
6224 else if (protocol_value == IPPROTO_UDP) in convert_protocol_type()
6226 else if (protocol_value == IPPROTO_SCTP) in convert_protocol_type()