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);
force211include/net/sock.hunsigned long size, int force,
force214include/net/sock.hunsigned long size, int force,
force299include/net/sock.hunsigned long size, int force,
force302include/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) 
force505net/ipv4/arp.cvoid arp_destroy(u32 ip_addr, int force)
force522net/ipv4/arp.cif ((entry->flags & ATF_PERM) && !force)