tag | line | file | source code |
force | 60 | arch/i386/boot/compressed/misc.c | int force = 0; |
force | 386 | arch/i386/boot/compressed/misc.c | if (force <= 1) return -1; |
force | 499 | net/inet/arp.c | void arp_destroy(unsigned long ip_addr, int force) |
force | 516 | net/inet/arp.c | if ((entry->flags & ATF_PERM) && !force) |
force | 6 | net/inet/arp.h | extern void arp_destroy(unsigned long paddr, int force); |
force | 316 | net/inet/sock.c | struct sk_buff *sock_wmalloc(struct sock *sk, unsigned long size, int force, int priority) |
force | 320 | net/inet/sock.c | if (sk->wmem_alloc + size < sk->sndbuf || force) |
force | 339 | net/inet/sock.c | struct sk_buff *sock_rmalloc(struct sock *sk, unsigned long size, int force, int priority) |
force | 343 | net/inet/sock.c | if (sk->rmem_alloc + size < sk->rcvbuf || force) |
force | 202 | net/inet/sock.h | unsigned long size, int force, |
force | 205 | net/inet/sock.h | unsigned long size, int force, |
force | 290 | net/inet/sock.h | unsigned long size, int force, |
force | 293 | net/inet/sock.h | unsigned long size, int force, |