From: Stephen Hemminger Date: Thu, 25 Aug 2016 15:46:25 +0000 (-0700) Subject: update BPF headers X-Git-Tag: v4.8.0~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f9e2bb88e9bf76c434992dda405dc8a83ad2f88;p=thirdparty%2Fiproute2.git update BPF headers --- diff --git a/include/linux/bpf.h b/include/linux/bpf.h index 19e0c36a4..766db7f15 100644 --- a/include/linux/bpf.h +++ b/include/linux/bpf.h @@ -339,7 +339,7 @@ enum bpf_func_id { 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 * @map: pointer to bpf_map in BPF_MAP_TYPE_CGROUP_ARRAY type * @index: index of the cgroup in the bpf_map @@ -348,7 +348,7 @@ enum bpf_func_id { * == 1 skb succeeded the cgroup2 descendant test * < 0 error */ - BPF_FUNC_skb_in_cgroup, + BPF_FUNC_skb_under_cgroup, /** * bpf_get_hash_recalc(skb)