Searched refs:protocol_value (Results 1 – 2 of 2) sorted by relevance
3820 convert_protocol_type(uint8_t protocol_value) in convert_protocol_type() argument3822 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()
6220 convert_protocol_type(uint8_t protocol_value) in convert_protocol_type() argument6222 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()