Searched refs:ID_MASK (Results 1 – 5 of 5) sorted by relevance
13 #define ID_MASK (BIT(ID_SHIFT) - 1) macro33 return (old_ids >> shift) & ID_MASK; in __swap_cgroup_id_lookup()46 old_id = (old_ids >> shift) & ID_MASK; in __swap_cgroup_id_xchg()47 new_ids = (old_ids & ~(ID_MASK << shift)); in __swap_cgroup_id_xchg()
72 #define ID_MASK 0x03ff macro
47 # define ID_MASK (0xf << 24) macro
1162 (ntohl(nla_get_be32(data[IFLA_GRE_IKEY])) & ~ID_MASK)) in erspan_validate()1166 (ntohl(nla_get_be32(data[IFLA_GRE_OKEY])) & ~ID_MASK)) in erspan_validate()
1730 (ntohl(nla_get_be32(data[IFLA_GRE_IKEY])) & ~ID_MASK)) in ip6erspan_tap_validate()1734 (ntohl(nla_get_be32(data[IFLA_GRE_OKEY])) & ~ID_MASK)) in ip6erspan_tap_validate()