Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dbpf-cgroup.h307 #define BPF_CGROUP_RUN_PROG_SOCK_OPS(sock_ops) \ macro
449 #define BPF_CGROUP_RUN_PROG_SOCK_OPS(sock_ops) ({ 0; }) macro
/Linux-v5.10/include/net/
Dtcp.h2268 ret = BPF_CGROUP_RUN_PROG_SOCK_OPS(&sock_ops); in tcp_call_bpf()
/Linux-v5.10/net/ipv4/
Dtcp_input.c173 BPF_CGROUP_RUN_PROG_SOCK_OPS(&sock_ops); in bpf_skops_parse_hdr()
191 BPF_CGROUP_RUN_PROG_SOCK_OPS(&sock_ops); in bpf_skops_established()