taglinefilesource code
force1653net/tcp/sock.csock_wmalloc(volatile struct sock *sk, unsigned long size, int force,
force1658net/tcp/sock.cif (sk->wmem_alloc + size < SK_WMEM_MAX || force)
force1666net/tcp/sock.csk, size, force, priority));
force1673net/tcp/sock.csock_rmalloc(volatile struct sock *sk, unsigned long size, int force,
force1678net/tcp/sock.cif (sk->rmem_alloc + size < SK_RMEM_MAX || force)
force1686net/tcp/sock.csk,size,force, priority));
force102net/tcp/sock.hvoid *(*wmalloc)(volatile struct sock *sk, unsigned long size, int force,
force104net/tcp/sock.hvoid *(*rmalloc)(volatile struct sock *sk, unsigned long size, int force,
force197net/tcp/sock.hvoid *sock_wmalloc(volatile struct sock *sk, unsigned long size, int force,
force199net/tcp/sock.hvoid *sock_rmalloc(volatile struct sock *sk, unsigned long size, int force,