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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_lro.c223 tcp_lro_coalesce(int flow_id, struct mbuf *lro_mb, struct tcphdr *tcphdr, argument
236 m_adj(lro_mb, drop_hdrlen);
242 last->m_next = lro_mb;
244 flow->lr_mtail = lro_mb;
247 ip->ip_len += lro_mb->m_pkthdr.len;
248 flow->lr_mhead->m_pkthdr.len += lro_mb->m_pkthdr.len;
262 lro_mb->m_pkthdr.lro_pktlen) {
268 lro_mb->m_pkthdr.lro_pktlen;
293 if (lro_mb) {
294 flow->lr_mhead = flow->lr_mtail = lro_mb;
340 tcp_lro_insert_flow(struct mbuf *lro_mb, struct ip *ip_hdr, struct tcphdr *tcp_hdr, int payload_len, int drop_hdrlen, int hash, struct tcpopt *topt, u_int32_t *tsval, u_int32_t *tsecr) argument
403 tcp_lro_process_pkt(struct mbuf *lro_mb, struct ip *ip_hdr, struct tcphdr *tcp_hdr, int drop_hdrlen) argument
[all...]

Completed in 26 milliseconds