taglinefilesource code
stage1199net/ipv4/ip_fw.cint ip_acct_ctl(int stage, void *m, int len)
stage1201net/ipv4/ip_fw.cif ( stage == IP_ACCT_FLUSH )
stage1206net/ipv4/ip_fw.cif ( stage == IP_ACCT_ZERO )
stage1211net/ipv4/ip_fw.cif ( stage == IP_ACCT_ADD
stage1212net/ipv4/ip_fw.c|| stage == IP_ACCT_DEL
stage1220net/ipv4/ip_fw.cswitch (stage) 
stage1231net/ipv4/ip_fw.cprintk("ip_acct_ctl:  unknown request %d\n",stage);
stage1237net/ipv4/ip_fw.cprintk("ip_acct_ctl:  unknown request %d\n",stage);
stage1244net/ipv4/ip_fw.cint ip_fw_ctl(int stage, void *m, int len)
stage1248net/ipv4/ip_fw.cif ( stage == IP_FW_FLUSH_BLK )
stage1254net/ipv4/ip_fw.cif ( stage == IP_FW_FLUSH_FWD )
stage1260net/ipv4/ip_fw.cif ( stage == IP_FW_ZERO_BLK )
stage1266net/ipv4/ip_fw.cif ( stage == IP_FW_ZERO_FWD )
stage1272net/ipv4/ip_fw.cif ( stage == IP_FW_POLICY_BLK || stage == IP_FW_POLICY_FWD )
stage1276net/ipv4/ip_fw.cif ( stage == IP_FW_POLICY_BLK )
stage1283net/ipv4/ip_fw.cif ( stage == IP_FW_CHK_BLK || stage == IP_FW_CHK_FWD )
stage1313net/ipv4/ip_fw.cstage == IP_FW_CHK_BLK ?
stage1315net/ipv4/ip_fw.cstage == IP_FW_CHK_BLK ?
stage1330net/ipv4/ip_fw.cif ( stage == IP_FW_ADD_BLK || stage == IP_FW_ADD_FWD
stage1331net/ipv4/ip_fw.c|| stage == IP_FW_DEL_BLK || stage == IP_FW_DEL_FWD
stage1339net/ipv4/ip_fw.cswitch (stage) 
stage1354net/ipv4/ip_fw.cprintk("ip_fw_ctl:  unknown request %d\n",stage);
stage1361net/ipv4/ip_fw.cprintk("ip_fw_ctl:  unknown request %d\n",stage);
stage1369net/ipv4/ip_fw.cstatic int ip_chain_procinfo(int stage, char *buffer, char **start,
stage1378net/ipv4/ip_fw.cswitch(stage)