Home
last modified time | relevance | path

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

/openbmc/linux/net/core/
H A Dfilter.c5123 static u64 __bpf_get_netns_cookie(struct sock *sk) in __bpf_get_netns_cookie() function
5132 return __bpf_get_netns_cookie(ctx); in BPF_CALL_1()
5144 return __bpf_get_netns_cookie(ctx ? ctx->sk : NULL); in BPF_CALL_1()
5156 return __bpf_get_netns_cookie(ctx ? ctx->sk : NULL); in BPF_CALL_1()
5168 return __bpf_get_netns_cookie(ctx ? ctx->sk : NULL); in BPF_CALL_1()