Lines Matching refs:RewriterState
27 OBJECT_DECLARE_SIMPLE_TYPE(RewriterState, FILTER_REWRITER)
32 struct RewriterState { struct
41 static void filter_rewriter_failover_mode(RewriterState *s) in filter_rewriter_failover_mode() argument
48 RewriterState *s = FILTER_REWRITER(nf); in filter_rewriter_flush()
71 static int handle_primary_tcp_pkt(RewriterState *rf, in handle_primary_tcp_pkt()
177 static int handle_secondary_tcp_pkt(RewriterState *rf, in handle_secondary_tcp_pkt()
259 RewriterState *s = FILTER_REWRITER(nf); in colo_rewriter_receive_iov()
348 RewriterState *rs = FILTER_REWRITER(nf); in colo_rewriter_handle_event()
368 RewriterState *s = FILTER_REWRITER(nf); in colo_rewriter_cleanup()
381 RewriterState *s = FILTER_REWRITER(nf); in colo_rewriter_setup()
392 RewriterState *s = FILTER_REWRITER(obj); in filter_rewriter_get_vnet_hdr()
401 RewriterState *s = FILTER_REWRITER(obj); in filter_rewriter_set_vnet_hdr()
408 RewriterState *s = FILTER_REWRITER(obj); in filter_rewriter_init()
433 .instance_size = sizeof(RewriterState),