Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dfexit_bpf2bpf.c155 __u64 test_pkt_write_access_subprog = 0; variable
175 test_pkt_write_access_subprog = 1; in new_test_pkt_write_access_subprog()
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()