Home
last modified time | relevance | path

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

/linux/net/core/
H A Dfilter.c5141 static u64 __bpf_get_netns_cookie(struct sock *sk) in __bpf_get_netns_cookie() function
5150 return __bpf_get_netns_cookie(skb && skb->sk ? skb->sk : NULL); in BPF_CALL_1()
5161 return __bpf_get_netns_cookie(ctx); in BPF_CALL_1()
5173 return __bpf_get_netns_cookie(ctx ? ctx->sk : NULL); in BPF_CALL_1()
5185 return __bpf_get_netns_cookie(ctx ? ctx->sk : NULL); in BPF_CALL_1()
5197 return __bpf_get_netns_cookie(ctx ? ctx->sk : NULL); in BPF_CALL_1()