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

/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcb.c93 #include <net/flowhash.h>
180 /* Structs used for flowhash computation */
2033 u_int32_t flowhash = 0; local
2051 flowhash = net_flowhash(&fh, sizeof (fh), inp_hash_seed);
2052 if (flowhash == 0) {
2053 /* try to get a non-zero flowhash */
2058 return flowhash;
2074 u_int32_t flowhash = inp->inp_flowhash; local
2076 keyfc.infc_flowhash = flowhash;
2109 infc->infc_flowhash = flowhash;
2118 inp_fc_getinp(u_int32_t flowhash) argument
2247 u_int32_t flowhash = inp->inp_flowhash; local
[all...]
/darwin-on-arm/xnu/bsd/net/classq/
H A Dclassq_sfb.c58 #include <net/flowhash.h>
94 * across platforms for 1-word key (32-bit flowhash value). See flowhash.h
797 u_int32_t flowhash; local
804 flowhash = t->pftag_flowhash;
806 if (flowhash == 0) {
817 if (fce->fce_flowhash == flowhash) {
826 fce->fce_flowhash = flowhash;
/darwin-on-arm/xnu/bsd/net/
H A Dbpf.c809 bpf_findinpcb(struct inpcbinfo *pcbinfo, uint32_t flowhash) argument
813 if (!flowhash) return (NULL);
818 if (inp->inp_flowhash == flowhash)
958 uint32_t flowhash; local
962 if ((flowhash = ehp->bh_flowhash)) {
964 inp = bpf_findinpcb(&tcbinfo, flowhash);
966 inp = bpf_findinpcb(&udbinfo, flowhash);
H A Dpf.c107 #include <net/flowhash.h>
402 pd->flowhash == 0) { \
403 pd->flowhash = (*state)->state_key->flowhash; \
2776 (pd == NULL || pd->flowhash == 0))
2786 if (pd != NULL && pd->flowhash != 0) {
2788 pf_mtag->pftag_flowhash = pd->flowhash;
3966 sk->flowhash = psk->flowhash;
4626 /* prepare state key, for flowhash an
[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
1438 u_int32_t flowhash; /* flow hash to identify the sender */ member in struct:pf_pdesc
H A Dpf_ioctl.c1417 sp->flowhash = sk->flowhash;
1470 sk->flowhash = pf_calc_state_key_flowhash(sk);
/darwin-on-arm/xnu/bsd/conf/
H A DMakefile.template141 flowhash.o \
H A Dfiles250 bsd/net/flowhash.c optional networking

Completed in 59 milliseconds