Home | History | Annotate | Download | only in netinet

Lines Matching refs:flowid

4668 	/* Choose an initial flowid. */
4669 net->flowid = stcb->asoc.my_vtag ^
6523 uint32_t flowid, tag;
6540 flowid = tag ^ ntohs(sh->dest_port) ^ ntohs(sh->src_port);
6541 m->m_pkthdr.flowid = flowid;