taglinefilesource code
stage749net/inet/ip_fw.cint ip_acct_ctl(int stage, void *m, int len)
stage751net/inet/ip_fw.cif ( stage == IP_ACCT_FLUSH )
stage756net/inet/ip_fw.cif ( stage == IP_ACCT_ZERO )
stage761net/inet/ip_fw.cif ( stage == IP_ACCT_ADD
stage762net/inet/ip_fw.c|| stage == IP_ACCT_DEL
stage770net/inet/ip_fw.cswitch (stage) 
stage781net/inet/ip_fw.cprintf("ip_acct_ctl:  unknown request %d\n",stage);
stage787net/inet/ip_fw.cprintf("ip_acct_ctl:  unknown request %d\n",stage);
stage794net/inet/ip_fw.cint ip_fw_ctl(int stage, void *m, int len)
stage798net/inet/ip_fw.cif ( stage == IP_FW_FLUSH_BLK )
stage804net/inet/ip_fw.cif ( stage == IP_FW_FLUSH_FWD )
stage810net/inet/ip_fw.cif ( stage == IP_FW_ZERO_BLK )
stage816net/inet/ip_fw.cif ( stage == IP_FW_ZERO_FWD )
stage822net/inet/ip_fw.cif ( stage == IP_FW_POLICY_BLK || stage == IP_FW_POLICY_FWD )
stage826net/inet/ip_fw.cif ( stage == IP_FW_POLICY_BLK )
stage833net/inet/ip_fw.cif ( stage == IP_FW_CHK_BLK || stage == IP_FW_CHK_FWD )
stage863net/inet/ip_fw.cstage == IP_FW_CHK_BLK ?
stage865net/inet/ip_fw.cstage == IP_FW_CHK_BLK ?
stage880net/inet/ip_fw.cif ( stage == IP_FW_ADD_BLK || stage == IP_FW_ADD_FWD
stage881net/inet/ip_fw.c|| stage == IP_FW_DEL_BLK || stage == IP_FW_DEL_FWD
stage889net/inet/ip_fw.cswitch (stage) 
stage904net/inet/ip_fw.cprintk("ip_fw_ctl:  unknown request %d\n",stage);
stage911net/inet/ip_fw.cprintf("ip_fw_ctl:  unknown request %d\n",stage);
stage919net/inet/ip_fw.cstatic int ip_chain_procinfo(int stage, char *buffer, char **start,
stage928net/inet/ip_fw.cswitch(stage)