Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/bpf/progs/
H A Dkfunc_call_test_subprog.c26 sk_state_res = bpf_kfunc_call_test3((struct sock *)sk)->__sk_common.skc_state; in f1()
H A Dbpf_tracing_net.h129 #define sk_state __sk_common.skc_state
/linux-6.15/include/net/
H A Dinet_timewait_sock.h40 #define tw_state __tw_common.skc_state
H A Dinet_sock.h80 #define ireq_state req.__req_common.skc_state
H A Dsock.h172 volatile unsigned char skc_state; member
369 #define sk_state __sk_common.skc_state
/linux-6.15/net/core/
H A Dfilter.c10140 BPF_FIELD_SIZEOF(struct sock_common, skc_state), in bpf_sock_convert_ctx_access()
10142 bpf_target_off(struct sock_common, skc_state, in bpf_sock_convert_ctx_access()
10144 skc_state), in bpf_sock_convert_ctx_access()
10685 BUILD_BUG_ON(sizeof_field(struct sock_common, skc_state) != 1); in sock_ops_convert_ctx_access()
10692 offsetof(struct sock_common, skc_state)); in sock_ops_convert_ctx_access()