Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dbpf-cgroup.h346 #define BPF_CGROUP_RUN_PROG_SOCK_OPS(sock_ops) \ macro
511 #define BPF_CGROUP_RUN_PROG_SOCK_OPS(sock_ops) ({ 0; }) macro
/linux-6.15/include/net/
H A Dtcp.h2738 ret = BPF_CGROUP_RUN_PROG_SOCK_OPS(&sock_ops); in tcp_call_bpf()
/linux-6.15/net/ipv4/
H A Dtcp_input.c177 BPF_CGROUP_RUN_PROG_SOCK_OPS(&sock_ops); in bpf_skops_parse_hdr()
196 BPF_CGROUP_RUN_PROG_SOCK_OPS(&sock_ops); in bpf_skops_established()