Home
last modified time | relevance | path

Searched refs:test_pkt_write_access_subprog (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dfexit_bpf2bpf.c164 __u64 test_pkt_write_access_subprog = 0; in new_test_pkt_write_access_subprog()
165 SEC("freplace/test_pkt_write_access_subprog") in new_test_pkt_write_access_subprog()
184 test_pkt_write_access_subprog = 1;
155 __u64 test_pkt_write_access_subprog = 0; global() variable
H A Dtest_pkt_access.c85 int test_pkt_write_access_subprog(struct __sk_buff *skb, __u32 off) in test_pkt_write_access_subprog() function
140 if (test_pkt_write_access_subprog(skb, (void *)tcp - data)) in test_pkt_access()