Searched refs:libbpf_set_strict_mode (Results 1 - 25 of 29) sorted by relevance

12

/linux-master/tools/lib/bpf/
H A Dlibbpf_legacy.h23 /* As of libbpf 1.0 libbpf_set_strict_mode() and enum libbpf_struct_mode have
26 * libbpf_set_strict_mode() still work with libbpf 1.0+ without any changes.
94 LIBBPF_API int libbpf_set_strict_mode(enum libbpf_strict_mode mode);
/linux-master/tools/testing/selftests/bpf/
H A Dflow_dissector_load.c28 libbpf_set_strict_mode(LIBBPF_STRICT_ALL);
H A Dtest_dev_cgroup.c31 libbpf_set_strict_mode(LIBBPF_STRICT_ALL);
H A Dtest_cgroup_storage.c55 libbpf_set_strict_mode(LIBBPF_STRICT_ALL);
H A Dxdping.c169 libbpf_set_strict_mode(LIBBPF_STRICT_ALL);
H A Dtest_tcpnotify_user.c84 libbpf_set_strict_mode(LIBBPF_STRICT_ALL);
H A Dtest_skb_cgroup_id_user.c163 libbpf_set_strict_mode(LIBBPF_STRICT_ALL);
H A Dget_cgroup_id_user.c70 libbpf_set_strict_mode(LIBBPF_STRICT_ALL);
H A Dtest_tag.c192 libbpf_set_strict_mode(LIBBPF_STRICT_ALL);
H A Dtest_tcp_check_syncookie_user.c238 libbpf_set_strict_mode(LIBBPF_STRICT_ALL);
H A Dtest_sock.c544 libbpf_set_strict_mode(LIBBPF_STRICT_ALL);
H A Dxdp_features.c660 libbpf_set_strict_mode(LIBBPF_STRICT_ALL);
H A Dbench.c34 libbpf_set_strict_mode(LIBBPF_STRICT_ALL);
H A Dtest_lru_map.c863 libbpf_set_strict_mode(LIBBPF_STRICT_ALL);
H A Dtest_sock_addr.c1422 libbpf_set_strict_mode(LIBBPF_STRICT_ALL);
H A Dtest_lpm_map.c781 libbpf_set_strict_mode(LIBBPF_STRICT_ALL);
H A Dtest_sysctl.c1621 libbpf_set_strict_mode(LIBBPF_STRICT_ALL);
H A Dtest_sockmap.c2079 libbpf_set_strict_mode(LIBBPF_STRICT_ALL);
H A Dtest_verifier.c1859 libbpf_set_strict_mode(LIBBPF_STRICT_ALL);
H A Dtest_progs.c1684 libbpf_set_strict_mode(LIBBPF_STRICT_ALL);
/linux-master/tools/bpf/runqslower/
H A Drunqslower.c126 libbpf_set_strict_mode(LIBBPF_STRICT_ALL);
/linux-master/samples/bpf/
H A Dhbm.c512 libbpf_set_strict_mode(LIBBPF_STRICT_ALL);
H A Dxdp_router_ipv4_user.c560 if (libbpf_set_strict_mode(LIBBPF_STRICT_ALL) < 0) {
H A Dxdp_sample_user.c1667 if (libbpf_set_strict_mode(LIBBPF_STRICT_ALL) < 0) {
/linux-master/tools/testing/selftests/hid/
H A Dhid_bpf.c865 libbpf_set_strict_mode(LIBBPF_STRICT_ALL);

Completed in 416 milliseconds

12