Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/core/
A Dsock.c1054 if (has_current_bpf_ctx()) in sockopt_lock_sock()
1063 if (has_current_bpf_ctx()) in sockopt_release_sock()
1072 return has_current_bpf_ctx() || ns_capable(ns, cap); in sockopt_ns_capable()
1078 return has_current_bpf_ctx() || capable(cap); in sockopt_capable()
/linux-6.3-rc2/include/linux/
A Dbpf.h2263 static inline bool has_current_bpf_ctx(void) in has_current_bpf_ctx() function
2486 static inline bool has_current_bpf_ctx(void) in has_current_bpf_ctx() function
/linux-6.3-rc2/net/ipv4/
A Dtcp.c3517 err = tcp_set_congestion_control(sk, name, !has_current_bpf_ctx(), in do_tcp_setsockopt()

Completed in 24 milliseconds