taglinefilesource code
force362include/net/sock.hunsigned long size, int force,
force365include/net/sock.hunsigned long size, int force,
force328net/core/sock.cstruct sk_buff *sock_wmalloc(struct sock *sk, unsigned long size, int force, int priority)
force332net/core/sock.cif (sk->wmem_alloc + size < sk->sndbuf || force) 
force351net/core/sock.cstruct sk_buff *sock_rmalloc(struct sock *sk, unsigned long size, int force, int priority)
force355net/core/sock.cif (sk->rmem_alloc + size < sk->rcvbuf || force)