taglinefilesource code
force61arch/i386/boot/compressed/misc.cint force = 0;
force387arch/i386/boot/compressed/misc.cif (force <= 1) return -1;
force352include/net/sock.hunsigned long size, int force,
force355include/net/sock.hunsigned long size, int force,
force307net/core/sock.cstruct sk_buff *sock_wmalloc(struct sock *sk, unsigned long size, int force, int priority)
force311net/core/sock.cif (sk->wmem_alloc + size < sk->sndbuf || force) 
force330net/core/sock.cstruct sk_buff *sock_rmalloc(struct sock *sk, unsigned long size, int force, int priority)
force334net/core/sock.cif (sk->rmem_alloc + size < sk->rcvbuf || force)