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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_lro.c129 int *flow_id )
139 *flow_id = lro_flow_map[*hash];
140 if (*flow_id == TCP_LRO_FLOW_NOTFOUND) {
148 flow = &lro_flow_list[*flow_id];
190 if (ntohl(seqnum) == (ntohl(lro_flow_list[*flow_id].lr_tcphdr->th_seq) + lro_flow_list[*flow_id].lr_len)) {
203 tcp_lro_init_flow(int flow_id, struct ip* ip_hdr, struct tcphdr *tcp_hdr, argument
208 flow = &lro_flow_list[flow_id];
215 lro_flow_map[hash] = flow_id;
223 tcp_lro_coalesce(int flow_id, struc argument
316 tcp_lro_eject_flow(int flow_id) argument
329 tcp_lro_eject_coalesced_pkt(int flow_id) argument
406 int flow_id = TCP_LRO_FLOW_UNINIT; local
852 int flow_id; local
906 int hash, flow_id; local
936 int hash, flow_id; local
[all...]

Completed in 20 milliseconds