Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/skywalk/nexus/flowswitch/
H A Dfsw_netagent.c117 req.nfr_transport_protocol = cparams->transport_protocol; in fsw_netagent_flow_add()
/xnu-10063.141.1/bsd/skywalk/nexus/
H A Dos_nexus_private.h394 uint8_t nfr_transport_protocol; member
/xnu-10063.141.1/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_manager.c746 if (req->nfr_transport_protocol == 0) { in flow_req_prepare()
747 req->nfr_transport_protocol = req->nfr_ip_protocol; in flow_req_prepare()
H A Dflow_entry.c533 fe->fe_transport_protocol = req->nfr_transport_protocol; in flow_entry_alloc()
/xnu-10063.141.1/bsd/netinet/
H A Dtcp_subr.c4665 nfr.nfr_transport_protocol = IPPROTO_TCP; in tcp_add_fsw_flow()