tag | line | file | source code |
force | 61 | arch/i386/boot/compressed/misc.c | int force = 0; |
force | 387 | arch/i386/boot/compressed/misc.c | if (force <= 1) return -1; |
force | 6 | include/net/arp.h | extern void arp_destroy(u32 paddr, int force); |
force | 241 | include/net/sock.h | unsigned long size, int force, |
force | 244 | include/net/sock.h | unsigned long size, int force, |
force | 333 | include/net/sock.h | unsigned long size, int force, |
force | 336 | include/net/sock.h | unsigned long size, int force, |
force | 307 | net/core/sock.c | struct sk_buff *sock_wmalloc(struct sock *sk, unsigned long size, int force, int priority) |
force | 311 | net/core/sock.c | if (sk->wmem_alloc + size < sk->sndbuf || force) |
force | 330 | net/core/sock.c | struct sk_buff *sock_rmalloc(struct sock *sk, unsigned long size, int force, int priority) |
force | 334 | net/core/sock.c | if (sk->rmem_alloc + size < sk->rcvbuf || force) |
force | 546 | net/ipv4/arp.c | void arp_destroy(u32 ip_addr, int force) |
force | 563 | net/ipv4/arp.c | if ((entry->flags & ATF_PERM) && !force) { |