Searched refs:next_id (Results 1 – 2 of 2) sorted by relevance
145 u64 next_id; member1063 return filter->notif->next_id++; in seccomp_next_notify_id()1731 filter->notif->next_id = get_random_u64(); in init_listener()
3162 #define BPF_OBJ_GET_NEXT_ID_LAST_FIELD next_id3169 u32 next_id = attr->start_id; in bpf_obj_get_next_id() local3172 if (CHECK_ATTR(BPF_OBJ_GET_NEXT_ID) || next_id >= INT_MAX) in bpf_obj_get_next_id()3178 next_id++; in bpf_obj_get_next_id()3180 if (!idr_get_next(idr, &next_id)) in bpf_obj_get_next_id()3185 err = put_user(next_id, &uattr->next_id); in bpf_obj_get_next_id()