search for: wmem_alloc

Displaying 2 results from an estimated 2 matches for "wmem_alloc".

Did you mean: kmem_alloc
2007 Apr 18
1
[Bridge] [BUG/PATCH/RFC] bridge: locally generated broadcast traffic may block sender
...behalf of the socket openened by nc. It will be sent as soon as the link goes up again, and the application will promptly unblock and finish. The tx_queue indication for the sending socket is the clue. The packets (or rather sk_buffs) generated through the socket are accredited to the socket's wmem_alloc memory quota. Because one link is down, sk_buffs will be queued on the transmit queue of one interface. While they are queued, they won't be freed, causing the socket to run out of its wmem_alloc quota, because they are still associated to the socket. Why the first bridge interface only? Obv...
2013 Jun 28
0
Re: kernel panic in skb_copy_bits
...------------- > <struct tcp_sock 0xffff88004d344e00> TCP > tcp 10.1.1.11:42147 10.1.1.21:3260 FIN_WAIT1 > windows: rcv=122124, snd=65535 advmss=8948 rcv_ws=1 snd_ws=0 > nonagle=1 sack_ok=0 tstamp_ok=1 > rmem_alloc=0, wmem_alloc=10229 > rx_queue=0, tx_queue=149765 > rcvbuf=262142, sndbuf=262142 > rcv_tstamp=51.4 s, lsndtime=0.0 s ago > -- Retransmissions -- > retransmits=7, ca_state=TCP_CA_Disorder > ----------------------------------------------------------------------...