#[repr(u32)]pub enum CfgFlag {
FailOpen = 1,
ConnTrack = 2,
Gso = 4,
UidGid = 8,
SecCtx = 16,
}Variants§
FailOpen = 1
Accept the packets if the kernel queue gets full.
ConnTrack = 2
Gso = 4
Send GSO packets to userspace without segmenting.
UidGid = 8
SecCtx = 16
Trait Implementations§
impl Copy for CfgFlag
Auto Trait Implementations§
impl Freeze for CfgFlag
impl RefUnwindSafe for CfgFlag
impl Send for CfgFlag
impl Sync for CfgFlag
impl Unpin for CfgFlag
impl UnwindSafe for CfgFlag
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more