Searched refs:test_ingress (Results 1 – 4 of 4) sorted by relevance
32 bool test_ingress = false; /* toggled by user-space */ variable68 test_ingress ? BPF_F_INGRESS : 0); in prog_skb_verdict()71 test_ingress ? BPF_F_INGRESS : 0); in prog_skb_verdict()
413 test_ingress() function467 test_ingress IPv4468 test_ingress IPv6473 test_ingress IPv4474 test_ingress IPv6
143 test_ingress() function
1670 skel->bss->test_ingress = false; in unix_skb_redir_to_connected()1672 skel->bss->test_ingress = true; in unix_skb_redir_to_connected()1838 skel->bss->test_ingress = false; in udp_skb_redir_to_connected()1840 skel->bss->test_ingress = true; in udp_skb_redir_to_connected()1926 skel->bss->test_ingress = false; in inet_unix_skb_redir_to_connected()1931 skel->bss->test_ingress = true; in inet_unix_skb_redir_to_connected()2007 skel->bss->test_ingress = false; in unix_inet_skb_redir_to_connected()2012 skel->bss->test_ingress = true; in unix_inet_skb_redir_to_connected()
Completed in 14 milliseconds