Searched refs:next_id (Results 1 – 2 of 2) sorted by relevance
149 u64 next_id; member1053 return filter->notif->next_id++; in seccomp_next_notify_id()1781 filter->notif->next_id = get_random_u64(); in init_listener()
3656 #define BPF_OBJ_GET_NEXT_ID_LAST_FIELD next_id3663 u32 next_id = attr->start_id; in bpf_obj_get_next_id() local3666 if (CHECK_ATTR(BPF_OBJ_GET_NEXT_ID) || next_id >= INT_MAX) in bpf_obj_get_next_id()3672 next_id++; in bpf_obj_get_next_id()3674 if (!idr_get_next(idr, &next_id)) in bpf_obj_get_next_id()3679 err = put_user(next_id, &uattr->next_id); in bpf_obj_get_next_id()