Searched refs:next_id (Results 1 – 2 of 2) sorted by relevance
2126 #define BPF_OBJ_GET_NEXT_ID_LAST_FIELD next_id2133 u32 next_id = attr->start_id; in bpf_obj_get_next_id() local2136 if (CHECK_ATTR(BPF_OBJ_GET_NEXT_ID) || next_id >= INT_MAX) in bpf_obj_get_next_id()2142 next_id++; in bpf_obj_get_next_id()2144 if (!idr_get_next(idr, &next_id)) in bpf_obj_get_next_id()2149 err = put_user(next_id, &uattr->next_id); in bpf_obj_get_next_id()
100 u64 next_id; member732 return filter->notif->next_id++; in seccomp_next_notify_id()1226 filter->notif->next_id = get_random_u64(); in init_listener()