Home
last modified time | relevance | path

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

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