Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_state.c125 static int fr_state_flush __P((int, int, ipf_stack_t *));
444 ret = fr_state_flush(arg, 4, ifs);
464 ret = fr_state_flush(arg, 6, ifs);
3463 (void) fr_state_flush(FLUSH_TABLE_EXTRA, 0, ifs);
3492 static int fr_state_flush(flush_option, proto, ifs) in fr_state_flush() function