Home
last modified time | relevance | path

Searched refs:expected_attach_type (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/bpf/prog/
H A Dutil.rs61 pub expected_attach_type: bpf_attach_type, field
73 .field("expected_attach_type", &self.expected_attach_type) in fmt()
87 let expected_attach_type = in try_from() localVariable
88 bpf_attach_type::from_u32(u.expected_attach_type).ok_or(SystemError::EINVAL)?; in try_from()
104 expected_attach_type, in try_from()
/DragonOS/kernel/src/include/bindings/
H A Dlinux_bpf.rs568 pub expected_attach_type: __u32, field