taglinefilesource code
force1693net/tcp/sock.csock_wmalloc(volatile struct sock *sk, unsigned long size, int force,
force1698net/tcp/sock.cif (sk->wmem_alloc + size < SK_WMEM_MAX || force)
force1706net/tcp/sock.csk, size, force, priority));
force1713net/tcp/sock.csock_rmalloc(volatile struct sock *sk, unsigned long size, int force,
force1718net/tcp/sock.cif (sk->rmem_alloc + size < SK_RMEM_MAX || force)
force1726net/tcp/sock.csk,size,force, priority));
force110net/tcp/sock.hvoid *(*wmalloc)(volatile struct sock *sk, unsigned long size, int force,
force112net/tcp/sock.hvoid *(*rmalloc)(volatile struct sock *sk, unsigned long size, int force,
force206net/tcp/sock.hvoid *sock_wmalloc(volatile struct sock *sk, unsigned long size, int force,
force208net/tcp/sock.hvoid *sock_rmalloc(volatile struct sock *sk, unsigned long size, int force,