Searched refs:bpf_get_netns_cookie (Results 1 – 4 of 4) sorted by relevance
112 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...]
44 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()
1547 : __imm(bpf_get_netns_cookie) in jset_range_analysis()
5216 BPF_CALL_1(bpf_get_netns_cookie, struct sk_buff *, skb) in BPF_CALL_1() argument5222 .func = bpf_get_netns_cookie,