Home
last modified time | relevance | path

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

/linux/net/core/
H A Dsock.c1150 if (has_current_bpf_ctx()) in sockopt_lock_sock()
1159 if (has_current_bpf_ctx()) in sockopt_release_sock()
1168 return has_current_bpf_ctx() || ns_capable(ns, cap); in sockopt_ns_capable()
1174 return has_current_bpf_ctx() || capable(cap); in sockopt_capable()
/linux/include/linux/
H A Dbpf.h3210 static inline bool has_current_bpf_ctx(void) in has_current_bpf_ctx() function
3535 static inline bool has_current_bpf_ctx(void) in has_current_bpf_ctx() function
/linux/net/ipv4/
H A Dudp.c3112 if (!has_current_bpf_ctx()) in udp_abort()
3126 if (!has_current_bpf_ctx()) in udp_abort()