Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dverifier_ctx.c112 call %[bpf_get_netns_cookie]; \ in or_null_check_1_ctx()
116 : __imm(bpf_get_netns_cookie) in or_null_check_1_ctx()
127 call %[bpf_get_netns_cookie]; \ in or_null_check_2_null()
131 : __imm(bpf_get_netns_cookie) in or_null_check_2_null()
142 call %[bpf_get_netns_cookie]; \ in or_null_check_3_1()
146 : __imm(bpf_get_netns_cookie) in or_null_check_3_1()
157 call %[bpf_get_netns_cookie]; \ in null_check_4_ctx_const()
161 : __imm(bpf_get_netns_cookie) in null_check_4_ctx_const()
172 call %[bpf_get_netns_cookie]; \ in null_check_5_null_connect()
176 : __imm(bpf_get_netns_cookie) in null_check_5_null_connect()
[all...]
H A Dsockopt_sk.c44 if (bpf_get_netns_cookie(NULL) == 0) in _getsockopt()
47 if (bpf_get_netns_cookie(ctx) == 0) in _getsockopt()
168 if (bpf_get_netns_cookie(NULL) == 0) in _setsockopt()
171 if (bpf_get_netns_cookie(ctx) == 0) in _setsockopt()
H A Dverifier_bounds.c1547 : __imm(bpf_get_netns_cookie) in jset_range_analysis()
/linux/net/core/
H A Dfilter.c5216 BPF_CALL_1(bpf_get_netns_cookie, struct sk_buff *, skb) in BPF_CALL_1() argument
5222 .func = bpf_get_netns_cookie,