Searched refs:bpf_shtab (Results 1 - 2 of 2) sorted by relevance

/linux-master/net/core/
H A Dsock_map.c848 struct bpf_shtab { struct
862 static struct bpf_shtab_bucket *sock_hash_select_bucket(struct bpf_shtab *htab,
885 struct bpf_shtab *htab = container_of(map, struct bpf_shtab, map);
899 static void sock_hash_free_elem(struct bpf_shtab *htab,
909 struct bpf_shtab *htab = container_of(map, struct bpf_shtab, map);
933 struct bpf_shtab *htab = container_of(map, struct bpf_shtab, map);
957 static struct bpf_shtab_elem *sock_hash_alloc_elem(struct bpf_shtab *hta
[all...]
/linux-master/tools/testing/selftests/bpf/progs/
H A Dmap_ptr_kern.c492 struct bpf_shtab { struct
505 struct bpf_shtab *sockhash = (struct bpf_shtab *)&m_sockhash;

Completed in 320 milliseconds