Home
last modified time | relevance | path

Searched refs:sc_flow (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/net/
H A Dif_mpip.c56 uint32_t sc_flow; /* xor for mbuf flowid */ member
102 sc->sc_flow = arc4random() & 0xfffff; in mpip_clone_create()
506 label ^= sc->sc_flow; in mpip_input()
775 flow ^= sc->sc_flow; in mpip_start()
H A Dif_mpw.c59 uint32_t sc_flow; member
93 sc->sc_flow = arc4random(); in mpw_clone_create()
542 flow ^= sc->sc_flow; in mpw_input()
712 uint32_t flow = sc->sc_flow; in mpw_start()