Searched refs:BPF_CGROUP_RUN_PROG_INET_EGRESS (Results 1 – 3 of 3) sorted by relevance
207 #define BPF_CGROUP_RUN_PROG_INET_EGRESS(sk, skb) \ macro493 #define BPF_CGROUP_RUN_PROG_INET_EGRESS(sk,skb) ({ 0; }) macro
321 ret = BPF_CGROUP_RUN_PROG_INET_EGRESS(sk, skb); in ip_finish_output()340 ret = BPF_CGROUP_RUN_PROG_INET_EGRESS(sk, skb); in ip_mc_finish_output()
222 ret = BPF_CGROUP_RUN_PROG_INET_EGRESS(sk, skb); in ip6_finish_output()
Completed in 11 milliseconds