taglinefilesource code
force61arch/i386/boot/compressed/misc.cint force = 0;
force387arch/i386/boot/compressed/misc.cif (force <= 1) return -1;
force6include/net/arp.hextern void  arp_destroy(u32 paddr, int force);
force240include/net/sock.hunsigned long size, int force,
force243include/net/sock.hunsigned long size, int force,
force334include/net/sock.hunsigned long size, int force,
force337include/net/sock.hunsigned long size, int force,
force305net/core/sock.cstruct sk_buff *sock_wmalloc(struct sock *sk, unsigned long size, int force, int priority)
force309net/core/sock.cif (sk->wmem_alloc + size < sk->sndbuf || force) 
force328net/core/sock.cstruct sk_buff *sock_rmalloc(struct sock *sk, unsigned long size, int force, int priority)
force332net/core/sock.cif (sk->rmem_alloc + size < sk->rcvbuf || force) 
force544net/ipv4/arp.cvoid arp_destroy(u32 ip_addr, int force)
force561net/ipv4/arp.cif ((entry->flags & ATF_PERM) && !force) {