提交 dacbc5a9 编写于 作者: B bitcoffee

bpf: Introduces a new state to identify the location of

 the sockops call

hulk inclusion
category: feature
bugzilla: https://gitee.com/openeuler/kernel/issues/I71USM

-----------------------------------------------------

Currently, a permission status code is required to identify
that the access to the sockops is from the delayed link establishment
scenario. Therefore, "BPF_SOCK_OPS_TCP_DEFFER_CONNECT_CB"
Signed-off-by: Nbitcoffee <liuxin350@huawei.com>
上级 d5bbce33
......@@ -4872,6 +4872,7 @@ enum {
* by the kernel or the
* earlier bpf-progs.
*/
BPF_SOCK_OPS_TCP_DEFER_CONNECT_CB,/* call ebpf to defer connect*/
};
/* List of TCP states. There is a build check in net/ipv4/tcp.c to detect
......
......@@ -4872,6 +4872,7 @@ enum {
* by the kernel or the
* earlier bpf-progs.
*/
BPF_SOCK_OPS_TCP_DEFER_CONNECT_CB,/* call ebpf to defer connect*/
};
/* List of TCP states. There is a build check in net/ipv4/tcp.c to detect
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册