Commit 4e6f56c
bpf: Allow use of skc_to_mptcp_sock in cg_sockopt
Currently, bpf_skc_to_mptcp_sock() helper is not allowed to be used
in cg_sockopt. This patch adds this permission.
Thanks to the previous patch allowing skc_to_mptcp_sock() to be used
with MPTCP sockets, this permission allows this helper to be use it in
CGroup BPF hooks, e.g. [gs]etsocktopt.
Signed-off-by: Geliang Tang <[email protected]>1 parent ad8c43f commit 4e6f56c
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2358 | 2358 | | |
2359 | 2359 | | |
2360 | 2360 | | |
| 2361 | + | |
| 2362 | + | |
2361 | 2363 | | |
2362 | 2364 | | |
2363 | 2365 | | |
| |||
0 commit comments