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);
force314net/inet/sock.cstruct sk_buff *sock_wmalloc(struct sock *sk, unsigned long size, int force, int priority)
force318net/inet/sock.cif (sk->wmem_alloc + size < sk->sndbuf || force) 
force335net/inet/sock.cstruct sk_buff *sock_rmalloc(struct sock *sk, unsigned long size, int force, int priority)
force339net/inet/sock.cif (sk->rmem_alloc + size < sk->rcvbuf || force) 
force187net/inet/sock.hunsigned long size, int force,
force190net/inet/sock.hunsigned long size, int force,
force274net/inet/sock.hunsigned long size, int force,
force277net/inet/sock.hunsigned long size, int force,
force60zBoot/misc.cint force = 0;
force386zBoot/misc.cif (force <= 1) return -1;