Searched defs:InterceptAction (Results 1 – 3 of 3) sorted by relevance
33 enum class InterceptAction { enum
109 enum InterceptAction { enum146 type InterceptAction; typedef152 intercept_packet: fn(tcb_idx: u8, packet: Vec<u8>) -> InterceptAction, in StoreCallbacksFromRust()
116 fn intercept_packet(tcb_idx: u8, packet: Vec<u8>) -> InterceptAction { in intercept_packet()