Searched defs:SetUidTempAllowlistStateRecord (Results 1 – 4 of 4) sorted by relevance
39 struct SetUidTempAllowlistStateRecord { struct40 __u64 uid;41 bool onAllowlist;
34 struct SetUidTempAllowlistStateRecord { struct35 __u64 uid;36 bool onAllowlist;
36 struct SetUidTempAllowlistStateRecord { struct41 DEFINE_BPF_RINGBUF_EXT(output_buf, struct SetUidTempAllowlistStateRecord, 4096, argument
15 unsafe impl OnItem for SetUidTempAllowlistStateRecord { implementation