Home
last modified time | relevance | path

Searched refs:bpf_get_socket_uid (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/tools/testing/selftests/bpf/
Dbpf_helpers.h317 static unsigned int (*bpf_get_socket_uid)(void *ctx) = variable
/Linux-v5.4/net/core/
Dfilter.c4197 BPF_CALL_1(bpf_get_socket_uid, struct sk_buff *, skb) in BPF_CALL_1() argument
4209 .func = bpf_get_socket_uid,