Searched refs:flowhash (Results 1 - 12 of 12) sorted by relevance

/xnu-2782.1.97/bsd/netinet/
H A Din_pcb.c92 #include <net/flowhash.h>
212 /* Structs used for flowhash computation */
253 * Use this inp as a key to find an inp in the flowhash tree.
2572 u_int32_t flowhash = 0; local
2591 flowhash = net_flowhash(&fh, sizeof (fh), inp_hash_seed);
2592 if (flowhash == 0) {
2593 /* try to get a non-zero flowhash */
2598 inp->inp_flowhash = flowhash;
2605 * There is a different inp with the same flowhash.
2608 * flowhash
2624 inp_flowadv(uint32_t flowhash) argument
2646 inp_fc_getinp(u_int32_t flowhash, u_int32_t flags) argument
2773 u_int32_t flowhash = inp->inp_flowhash; local
2834 inp_findinpcb_procinfo(struct inpcbinfo *pcbinfo, uint32_t flowhash, struct so_procinfo *soprocinfo) argument
[all...]
H A Dflow_divert.c50 #include <net/flowhash.h>
/xnu-2782.1.97/bsd/net/
H A Dnecp.c50 #include <net/flowhash.h>
4441 inp->inp_policyresult.flowhash = 0;
4459 inp->inp_policyresult.flowhash = 0;
4471 u_int32_t flowhash = necp_socket_calc_flowhash_locked(&info); local
4474 inp->inp_policyresult.flowhash == flowhash) {
4503 inp->inp_policyresult.flowhash = flowhash;
4520 inp->inp_policyresult.flowhash = flowhash;
5352 u_int32_t flowhash = 0; local
[all...]
H A Dnecp.h334 u_int32_t flowhash; member in struct:necp_inpcb_result
H A Dpf.c109 #include <net/flowhash.h>
412 pd->flowhash = (*state)->state_key->flowhash; \
413 if (pd->flowhash != 0) { \
2034 uint32_t flowhash = 0; local
2055 flowhash = net_flowhash(&fh, sizeof (fh), pf_hash_seed);
2056 if (flowhash == 0) {
2057 /* try to get a non-zero flowhash */
2062 return (flowhash);
2821 m->m_pkthdr.pkt_flowid = pd->flowhash;
[all...]
H A Ddlil.c74 #include <net/flowhash.h>
6887 ifnet_flowadv(uint32_t flowhash) argument
6892 ifce = ifnet_fc_get(flowhash);
6901 if (ifp->if_flowhash == flowhash)
6921 uint32_t flowhash; local
6925 flowhash = ifp->if_flowhash;
6928 keyfc.ifce_flowhash = flowhash;
6960 ifce->ifce_flowhash = flowhash;
6969 ifnet_fc_get(uint32_t flowhash) argument
6975 keyfc.ifce_flowhash = flowhash;
7016 uint32_t flowhash = 0; local
[all...]
H A Dflowhash.c50 #include <net/flowhash.h>
H A Dpfvar.h997 u_int32_t flowhash; member in struct:pf_state_key
1013 /* flowhash key (12-bytes multiple for performance) */
1127 u_int32_t flowhash; member in struct:pfsync_state
1439 u_int32_t flowhash; /* flow hash to identify the sender */ member in struct:pf_pdesc
H A Dcontent_filter.c1220 u_int32_t flowhash = (u_int32_t)(cfil_sock_id & 0x0ffffffff); local
1228 inp->inp_flowhash == flowhash &&
1240 "no socket for sock_id %llx gencnt %llx flowhash %x",
1241 cfil_sock_id, gencnt, flowhash);
H A Dpf_ioctl.c1430 sp->flowhash = sk->flowhash;
1483 sk->flowhash = pf_calc_state_key_flowhash(sk);
/xnu-2782.1.97/bsd/net/classq/
H A Dclassq_sfb.c58 #include <net/flowhash.h>
95 * across platforms for 1-word key (32-bit flowhash value). See flowhash.h
/xnu-2782.1.97/bsd/conf/
H A Dfiles241 bsd/net/flowhash.c optional networking

Completed in 234 milliseconds