taglinefilesource code
stage1282net/ipv4/ip_fw.cint ip_acct_ctl(int stage, void *m, int len)
stage1284net/ipv4/ip_fw.cif ( stage == IP_ACCT_FLUSH )
stage1289net/ipv4/ip_fw.cif ( stage == IP_ACCT_ZERO )
stage1294net/ipv4/ip_fw.cif ( stage == IP_ACCT_ADD
stage1295net/ipv4/ip_fw.c|| stage == IP_ACCT_DEL
stage1303net/ipv4/ip_fw.cswitch (stage) 
stage1314net/ipv4/ip_fw.cprintk("ip_acct_ctl:  unknown request %d\n",stage);
stage1320net/ipv4/ip_fw.cprintk("ip_acct_ctl:  unknown request %d\n",stage);
stage1327net/ipv4/ip_fw.cint ip_fw_ctl(int stage, void *m, int len)
stage1331net/ipv4/ip_fw.cif ( stage == IP_FW_FLUSH_BLK )
stage1337net/ipv4/ip_fw.cif ( stage == IP_FW_FLUSH_FWD )
stage1343net/ipv4/ip_fw.cif ( stage == IP_FW_ZERO_BLK )
stage1349net/ipv4/ip_fw.cif ( stage == IP_FW_ZERO_FWD )
stage1355net/ipv4/ip_fw.cif ( stage == IP_FW_POLICY_BLK || stage == IP_FW_POLICY_FWD )
stage1359net/ipv4/ip_fw.cif ( stage == IP_FW_POLICY_BLK )
stage1366net/ipv4/ip_fw.cif ( stage == IP_FW_CHK_BLK || stage == IP_FW_CHK_FWD )
stage1396net/ipv4/ip_fw.cstage == IP_FW_CHK_BLK ?
stage1398net/ipv4/ip_fw.cstage == IP_FW_CHK_BLK ?
stage1413net/ipv4/ip_fw.cif ( stage == IP_FW_ADD_BLK || stage == IP_FW_ADD_FWD
stage1414net/ipv4/ip_fw.c|| stage == IP_FW_DEL_BLK || stage == IP_FW_DEL_FWD
stage1422net/ipv4/ip_fw.cswitch (stage) 
stage1437net/ipv4/ip_fw.cprintk("ip_fw_ctl:  unknown request %d\n",stage);
stage1444net/ipv4/ip_fw.cprintk("ip_fw_ctl:  unknown request %d\n",stage);
stage1452net/ipv4/ip_fw.cstatic int ip_chain_procinfo(int stage, char *buffer, char **start,
stage1461net/ipv4/ip_fw.cswitch(stage)