/src/sys/netinet/ |
ip_reass.c | 218 ip_reass(ipfr_qent_t *ipqe, ipfr_queue_t *fp, const u_int hash) 220 struct ip *ip = ipqe->ipqe_ip; 222 struct mbuf *m = ipqe->ipqe_m, *t; 280 if (q->ipqe_off > ipqe->ipqe_off) 299 i = p->ipqe_off + p->ipqe_len - ipqe->ipqe_off; 301 if (i >= ipqe->ipqe_len) { 304 m_adj(ipqe->ipqe_m, i); 305 ipqe->ipqe_off = ipqe->ipqe_off + i; 306 ipqe->ipqe_len = ipqe->ipqe_len - i 624 ipfr_qent_t *ipqe; local in function:ip_reass_packet [all...] |
ip_reass.c | 218 ip_reass(ipfr_qent_t *ipqe, ipfr_queue_t *fp, const u_int hash) 220 struct ip *ip = ipqe->ipqe_ip; 222 struct mbuf *m = ipqe->ipqe_m, *t; 280 if (q->ipqe_off > ipqe->ipqe_off) 299 i = p->ipqe_off + p->ipqe_len - ipqe->ipqe_off; 301 if (i >= ipqe->ipqe_len) { 304 m_adj(ipqe->ipqe_m, i); 305 ipqe->ipqe_off = ipqe->ipqe_off + i; 306 ipqe->ipqe_len = ipqe->ipqe_len - i 624 ipfr_qent_t *ipqe; local in function:ip_reass_packet [all...] |
ip_reass.c | 218 ip_reass(ipfr_qent_t *ipqe, ipfr_queue_t *fp, const u_int hash) 220 struct ip *ip = ipqe->ipqe_ip; 222 struct mbuf *m = ipqe->ipqe_m, *t; 280 if (q->ipqe_off > ipqe->ipqe_off) 299 i = p->ipqe_off + p->ipqe_len - ipqe->ipqe_off; 301 if (i >= ipqe->ipqe_len) { 304 m_adj(ipqe->ipqe_m, i); 305 ipqe->ipqe_off = ipqe->ipqe_off + i; 306 ipqe->ipqe_len = ipqe->ipqe_len - i 624 ipfr_qent_t *ipqe; local in function:ip_reass_packet [all...] |
tcp_input.c | 429 struct ipqent *ipqe; local in function:tcpipqent_alloc 433 ipqe = pool_get(&tcpipqent_pool, PR_NOWAIT); 436 return ipqe; 440 tcpipqent_free(struct ipqent *ipqe) 445 pool_put(&tcpipqent_pool, ipqe);
|
tcp_input.c | 429 struct ipqent *ipqe; local in function:tcpipqent_alloc 433 ipqe = pool_get(&tcpipqent_pool, PR_NOWAIT); 436 return ipqe; 440 tcpipqent_free(struct ipqent *ipqe) 445 pool_put(&tcpipqent_pool, ipqe);
|
tcp_input.c | 429 struct ipqent *ipqe; local in function:tcpipqent_alloc 433 ipqe = pool_get(&tcpipqent_pool, PR_NOWAIT); 436 return ipqe; 440 tcpipqent_free(struct ipqent *ipqe) 445 pool_put(&tcpipqent_pool, ipqe);
|