Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_ethdev.c6393 convert_protocol_type(uint8_t protocol_value) in convert_protocol_type() argument
6395 if (protocol_value == IPPROTO_TCP) in convert_protocol_type()
6397 else if (protocol_value == IPPROTO_UDP) in convert_protocol_type()
6399 else if (protocol_value == IPPROTO_SCTP) in convert_protocol_type()