Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/skywalk/nexus/
H A Dos_nexus_private.h423 uint32_t nfr_inp_flowhash; member
/xnu-10063.141.1/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_entry.c571 if (req->nfr_inp_flowhash != 0) { in flow_entry_alloc()
575 fe->fe_flowid = req->nfr_inp_flowhash; in flow_entry_alloc()
/xnu-10063.141.1/bsd/netinet/
H A Dtcp_subr.c4673 nfr.nfr_inp_flowhash = inp->inp_flowhash; in tcp_add_fsw_flow()