Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_manager.c732 bool is_tcp_udp = (protocol == IPPROTO_TCP || protocol == IPPROTO_UDP); in flow_req_prepare() local
733 if (!is_tcp_udp) { in flow_req_prepare()