taglinefilesource code
force353include/net/sock.hunsigned long size, int force,
force356include/net/sock.hunsigned long size, int force,
force312net/core/sock.cstruct sk_buff *sock_wmalloc(struct sock *sk, unsigned long size, int force, int priority)
force316net/core/sock.cif (sk->wmem_alloc + size < sk->sndbuf || force) 
force335net/core/sock.cstruct sk_buff *sock_rmalloc(struct sock *sk, unsigned long size, int force, int priority)
force339net/core/sock.cif (sk->rmem_alloc + size < sk->rcvbuf || force)