tag | line | file | source code |
n_dst_p | 45 | include/linux/ip_fw.h | unsigned short n_src_p, n_dst_p; /* # of src ports and # of dst ports */ |
n_dst_p | 226 | net/inet/ip_fw.c | port_match(&f->ports[f->n_src_p],f->n_dst_p,dst_port, |
n_dst_p | 400 | net/inet/ip_fw.c | port_match(&f->ports[f->n_src_p],f->n_dst_p,dst_port, |
n_dst_p | 405 | net/inet/ip_fw.c | && port_match(&f->ports[f->n_src_p],f->n_dst_p,src_port, |
n_dst_p | 597 | net/inet/ip_fw.c | n_dr=(ftmp->n_dst_p)? ftmp->n_dst_p : 0xFFFF; |
n_dst_p | 602 | net/inet/ip_fw.c | o_dr=(chtmp->n_dst_p)? chtmp->n_dst_p : 0xFFFF; |
n_dst_p | 671 | net/inet/ip_fw.c | tport1=ftmp->n_src_p+ftmp->n_dst_p; |
n_dst_p | 672 | net/inet/ip_fw.c | tport2=frwl->n_src_p+frwl->n_dst_p; |
n_dst_p | 742 | net/inet/ip_fw.c | if ( (frwl->flags & IP_FW_F_DRNG) && frwl->n_dst_p < 2 ) |
n_dst_p | 746 | net/inet/ip_fw.c | frwl->n_dst_p); |
n_dst_p | 751 | net/inet/ip_fw.c | if ( frwl->n_src_p + frwl->n_dst_p > IP_FW_MAX_PORTS ) |
n_dst_p | 755 | net/inet/ip_fw.c | frwl->n_src_p,frwl->n_dst_p); |
n_dst_p | 930 | net/inet/ip_fw.c | i->n_src_p,i->n_dst_p, i->p_cnt,i->b_cnt); |