Searched refs:is_tcp_udp (Results 1 – 1 of 1) sorted by relevance
764 bool is_tcp_udp = (protocol == IPPROTO_TCP || protocol == IPPROTO_UDP); in flow_req_prepare() local765 if (!is_tcp_udp) { in flow_req_prepare()