| tag | line | file | source code |
|---|---|---|---|
| f_flag | 186 | net/ipv4/ip_fw.c | unsigned short f_flag; |
| f_flag | 417 | net/ipv4/ip_fw.c | f_flag=f->fw_flg; |
| f_flag | 419 | net/ipv4/ip_fw.c | f_flag=policy; |
| f_flag | 420 | net/ipv4/ip_fw.c | if(f_flag&IP_FW_F_ACCEPT) |
| f_flag | 421 | net/ipv4/ip_fw.c | return ((f_flag&IP_FW_F_MASQ)?2:1); |
| f_flag | 422 | net/ipv4/ip_fw.c | if(f_flag&IP_FW_F_ICMPRPL) |