taglinefilesource code
force1507net/inet/sock.csock_wmalloc(struct sock *sk, unsigned long size, int force,
force1511net/inet/sock.cif (sk->wmem_alloc + size < sk->sndbuf || force) {
force1518net/inet/sock.csk, size, force, priority));
force1526net/inet/sock.csock_rmalloc(struct sock *sk, unsigned long size, int force, int priority)
force1529net/inet/sock.cif (sk->rmem_alloc + size < sk->rcvbuf || force) {
force1537net/inet/sock.csk,size,force, priority));
force152net/inet/sock.hunsigned long size, int force,
force155net/inet/sock.hunsigned long size, int force,
force229net/inet/sock.hunsigned long size, int force,
force232net/inet/sock.hunsigned long size, int force,
force60zBoot/misc.cint force = 0;
force372zBoot/misc.cif (force <= 1) return -1;
force377zBoot/misc.cif (force <= 1) return -1;