Searched refs:enospc (Results 1 – 3 of 3) sorted by relevance
| /linux/net/ipv4/ |
| H A D | tcp_bpf.c | 407 bool cork = false, enospc = sk_msg_full(msg), redir_ingress; in tcp_bpf_send_verdict() local 426 msg->cork_bytes > msg->sg.size && !enospc) { in tcp_bpf_send_verdict() 537 bool enospc = false; in tcp_bpf_sendmsg() local 560 enospc = true; in tcp_bpf_sendmsg() 577 if (psock->cork_bytes && !enospc) in tcp_bpf_sendmsg()
|
| /linux/drivers/gpu/drm/i915/gem/selftests/ |
| H A D | i915_gem_mman.c | 666 int enospc = HAS_LMEM(i915) ? -ENXIO : -ENOSPC; in igt_mmap_offset_exhaustion() local 717 if (!assert_mmap_offset(i915, 2 * PAGE_SIZE, enospc)) { in igt_mmap_offset_exhaustion() 737 if (!assert_mmap_offset(i915, PAGE_SIZE, enospc)) { in igt_mmap_offset_exhaustion()
|
| /linux/net/tls/ |
| H A D | tls_sw.c | 853 bool enospc, policy, redir_ingress; in bpf_exec_tx_verdict() 871 enospc = sk_msg_full(msg); in bpf_exec_tx_verdict() 891 !enospc && !full_record) { in bpf_exec_tx_verdict() 852 bool enospc, policy, redir_ingress; bpf_exec_tx_verdict() local
|