Home
last modified time | relevance | path

Searched refs:BPF_SOCK_OPS_STATE_CB (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dtest_tcpbpf_user.c44 (1 << BPF_SOCK_OPS_STATE_CB) | in verify_result()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dtest_tcpbpf_kern.c157 case BPF_SOCK_OPS_STATE_CB: in bpf_testcb()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dbpf.h2806 BPF_SOCK_OPS_STATE_CB, /* Called when TCP changes state. enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dbpf.h2806 BPF_SOCK_OPS_STATE_CB, /* Called when TCP changes state. enumerator
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dbpf.h4665 BPF_SOCK_OPS_STATE_CB, /* Called when TCP changes state. enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbpf.h4665 BPF_SOCK_OPS_STATE_CB, /* Called when TCP changes state. enumerator
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp.c2389 tcp_call_bpf_2arg(sk, BPF_SOCK_OPS_STATE_CB, oldstate, state); in tcp_set_state()