taglinefilesource code
force484net/inet/arp.cvoid arp_destroy(unsigned long ip_addr, int force)
force500net/inet/arp.cif ((entry->flags & ATF_PERM) && !force)
force6net/inet/arp.hextern void  arp_destroy(unsigned long paddr, int force);
force311net/inet/sock.cstruct sk_buff *sock_wmalloc(struct sock *sk, unsigned long size, int force, int priority)
force315net/inet/sock.cif (sk->wmem_alloc + size < sk->sndbuf || force) 
force332net/inet/sock.cstruct sk_buff *sock_rmalloc(struct sock *sk, unsigned long size, int force, int priority)
force336net/inet/sock.cif (sk->rmem_alloc + size < sk->rcvbuf || force) 
force179net/inet/sock.hunsigned long size, int force,
force182net/inet/sock.hunsigned long size, int force,
force261net/inet/sock.hunsigned long size, int force,
force264net/inet/sock.hunsigned long size, int force,
force60zBoot/misc.cint force = 0;
force386zBoot/misc.cif (force <= 1) return -1;