Home
last modified time | relevance | path

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

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