Home
last modified time | relevance | path

Searched refs:udp_memory_allocated (Results 1 – 7 of 7) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dsk_bypass_prot_mem.c14 long tcp_memory_allocated, udp_memory_allocated; variable
71 &udp_memory_allocated, &udp_memory_per_cpu_fw_alloc); in BPF_PROG()
/linux/include/net/
H A Daligned_data.h16 atomic_long_t udp_memory_allocated ____cacheline_aligned_in_smp;
/linux/net/ipv4/
H A Dudplite.c62 .memory_allocated = &net_aligned_data.udp_memory_allocated,
H A Dudp.c3289 .memory_allocated = &net_aligned_data.udp_memory_allocated,
/linux/net/ipv6/
H A Dudplite.c61 .memory_allocated = &net_aligned_data.udp_memory_allocated,
H A Dudp.c1929 .memory_allocated = &net_aligned_data.udp_memory_allocated,
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsk_bypass_prot_mem.c124 &skel->bss->udp_memory_allocated); in check_bypass()
170 * grace period, then udp_memory_allocated goes down, in check_bypass()