Home
last modified time | relevance | path

Searched defs:need_mac (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dlwt_redirect.c62 #define INGRESS_SEC(need_mac) ((need_mac) ? "redir_ingress" : "redir_ingress_nomac") argument
63 #define EGRESS_SEC(need_mac) ((need_mac) ? "redir_egress" : "redir_egress_nomac") argument
160 const char *target_dev, bool need_mac) in send_and_capture_test_packets()
193 static int setup_redirect_target(const char *target_dev, bool need_mac) in setup_redirect_target()
231 bool need_mac = true; in test_lwt_redirect_normal() local
245 bool need_mac = false; in test_lwt_redirect_normal_nomac() local
258 static void __test_lwt_redirect_dev_down(bool need_mac) in __test_lwt_redirect_dev_down()
H A Dlwt_helpers.h42 static int open_tuntap(const char *dev_name, bool need_mac) in open_tuntap()