update BPF headers
This commit is contained in:
parent
06be01f75d
commit
9f9e2bb88e
|
|
@ -339,7 +339,7 @@ enum bpf_func_id {
|
||||||
BPF_FUNC_skb_change_type,
|
BPF_FUNC_skb_change_type,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* bpf_skb_in_cgroup(skb, map, index) - Check cgroup2 membership of skb
|
* bpf_skb_under_cgroup(skb, map, index) - Check cgroup2 membership of skb
|
||||||
* @skb: pointer to skb
|
* @skb: pointer to skb
|
||||||
* @map: pointer to bpf_map in BPF_MAP_TYPE_CGROUP_ARRAY type
|
* @map: pointer to bpf_map in BPF_MAP_TYPE_CGROUP_ARRAY type
|
||||||
* @index: index of the cgroup in the bpf_map
|
* @index: index of the cgroup in the bpf_map
|
||||||
|
|
@ -348,7 +348,7 @@ enum bpf_func_id {
|
||||||
* == 1 skb succeeded the cgroup2 descendant test
|
* == 1 skb succeeded the cgroup2 descendant test
|
||||||
* < 0 error
|
* < 0 error
|
||||||
*/
|
*/
|
||||||
BPF_FUNC_skb_in_cgroup,
|
BPF_FUNC_skb_under_cgroup,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* bpf_get_hash_recalc(skb)
|
* bpf_get_hash_recalc(skb)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue