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);
force241include/net/sock.hunsigned long size, int force,
force244include/net/sock.hunsigned long size, int force,
force333include/net/sock.hunsigned long size, int force,
force336include/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) 
force546net/ipv4/arp.cvoid arp_destroy(u32 ip_addr, int force)
force563net/ipv4/arp.cif ((entry->flags & ATF_PERM) && !force) {