Searched defs:push (Results 1 – 3 of 3) sorted by relevance
20 fn push(&mut self, value: BpfQueueValue, flags: BpfMapUpdateElemFlags) -> Result<()>; in push() method56 fn push(&mut self, value: BpfQueueValue, flags: BpfMapUpdateElemFlags) -> Result<()> { in push() method104 fn push(&mut self, value: BpfQueueValue, flags: BpfMapUpdateElemFlags) -> Result<()> { in push() method
343 pub fn push(self) -> &'i mut BpfCode { in push() method411 pub fn push(self) -> &'i mut BpfCode { in push() method452 pub fn push(self) -> &'i mut BpfCode { in push() method485 pub fn push(self) -> &'i mut BpfCode { in push() method538 pub fn push(self) -> &'i mut BpfCode { in push() method598 pub fn push(self) -> &'i mut BpfCode { in push() method627 pub fn push(self) -> &'i mut BpfCode { in push() method
54 pub fn push(&mut self, msg: LogMessage) { in push() method