Searched refs:BPF_CGROUP_RUN_PROG_SOCK_OPS (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dbpf-cgroup.h345 #define BPF_CGROUP_RUN_PROG_SOCK_OPS(sock_ops) \ macro
518 #define BPF_CGROUP_RUN_PROG_SOCK_OPS(sock_ops) ({ 0; }) macro
/linux-master/include/net/
H A Dtcp.h2640 ret = BPF_CGROUP_RUN_PROG_SOCK_OPS(&sock_ops);
/linux-master/net/ipv4/
H A Dtcp_input.c174 BPF_CGROUP_RUN_PROG_SOCK_OPS(&sock_ops);
192 BPF_CGROUP_RUN_PROG_SOCK_OPS(&sock_ops);

Completed in 139 milliseconds