taglinefilesource code
stage1280net/ipv4/ip_fw.cint ip_acct_ctl(int stage, void *m, int len)
stage1282net/ipv4/ip_fw.cif ( stage == IP_ACCT_FLUSH )
stage1287net/ipv4/ip_fw.cif ( stage == IP_ACCT_ZERO )
stage1292net/ipv4/ip_fw.cif ( stage == IP_ACCT_ADD
stage1293net/ipv4/ip_fw.c|| stage == IP_ACCT_DEL
stage1301net/ipv4/ip_fw.cswitch (stage) 
stage1312net/ipv4/ip_fw.cprintk("ip_acct_ctl:  unknown request %d\n",stage);
stage1318net/ipv4/ip_fw.cprintk("ip_acct_ctl:  unknown request %d\n",stage);
stage1325net/ipv4/ip_fw.cint ip_fw_ctl(int stage, void *m, int len)
stage1329net/ipv4/ip_fw.cif ( stage == IP_FW_FLUSH_BLK )
stage1335net/ipv4/ip_fw.cif ( stage == IP_FW_FLUSH_FWD )
stage1341net/ipv4/ip_fw.cif ( stage == IP_FW_ZERO_BLK )
stage1347net/ipv4/ip_fw.cif ( stage == IP_FW_ZERO_FWD )
stage1353net/ipv4/ip_fw.cif ( stage == IP_FW_POLICY_BLK || stage == IP_FW_POLICY_FWD )
stage1357net/ipv4/ip_fw.cif ( stage == IP_FW_POLICY_BLK )
stage1364net/ipv4/ip_fw.cif ( stage == IP_FW_CHK_BLK || stage == IP_FW_CHK_FWD )
stage1394net/ipv4/ip_fw.cstage == IP_FW_CHK_BLK ?
stage1396net/ipv4/ip_fw.cstage == IP_FW_CHK_BLK ?
stage1411net/ipv4/ip_fw.cif ( stage == IP_FW_ADD_BLK || stage == IP_FW_ADD_FWD
stage1412net/ipv4/ip_fw.c|| stage == IP_FW_DEL_BLK || stage == IP_FW_DEL_FWD
stage1420net/ipv4/ip_fw.cswitch (stage) 
stage1435net/ipv4/ip_fw.cprintk("ip_fw_ctl:  unknown request %d\n",stage);
stage1442net/ipv4/ip_fw.cprintk("ip_fw_ctl:  unknown request %d\n",stage);
stage1450net/ipv4/ip_fw.cstatic int ip_chain_procinfo(int stage, char *buffer, char **start,
stage1459net/ipv4/ip_fw.cswitch(stage)