tag | line | file | source code |
n_src_p | 45 | include/linux/ip_fw.h | unsigned short n_src_p, n_dst_p; /* # of src ports and # of dst ports */ |
n_src_p | 224 | net/inet/ip_fw.c | if (proto==IP_FW_F_ICMP || (port_match(&f->ports[0],f->n_src_p,src_port, |
n_src_p | 226 | net/inet/ip_fw.c | port_match(&f->ports[f->n_src_p],f->n_dst_p,dst_port, |
n_src_p | 398 | net/inet/ip_fw.c | (port_match(&f->ports[0],f->n_src_p,src_port, |
n_src_p | 400 | net/inet/ip_fw.c | port_match(&f->ports[f->n_src_p],f->n_dst_p,dst_port, |
n_src_p | 403 | net/inet/ip_fw.c | && (port_match(&f->ports[0],f->n_src_p,dst_port, |
n_src_p | 405 | net/inet/ip_fw.c | && port_match(&f->ports[f->n_src_p],f->n_dst_p,src_port, |
n_src_p | 569 | net/inet/ip_fw.c | n_sr=(ftmp->n_src_p)?ftmp->n_src_p : 0xFFFF; |
n_src_p | 574 | net/inet/ip_fw.c | o_sr=(chtmp->n_src_p)?chtmp->n_src_p : 0xFFFF; |
n_src_p | 581 | net/inet/ip_fw.c | n_n=ftmp->n_src_p; |
n_src_p | 582 | net/inet/ip_fw.c | n_o=chtmp->n_src_p; |
n_src_p | 671 | net/inet/ip_fw.c | tport1=ftmp->n_src_p+ftmp->n_dst_p; |
n_src_p | 672 | net/inet/ip_fw.c | tport2=frwl->n_src_p+frwl->n_dst_p; |
n_src_p | 733 | net/inet/ip_fw.c | if ( (frwl->flags & IP_FW_F_SRNG) && frwl->n_src_p < 2 ) |
n_src_p | 737 | net/inet/ip_fw.c | frwl->n_src_p); |
n_src_p | 751 | net/inet/ip_fw.c | if ( frwl->n_src_p + frwl->n_dst_p > IP_FW_MAX_PORTS ) |
n_src_p | 755 | net/inet/ip_fw.c | frwl->n_src_p,frwl->n_dst_p); |
n_src_p | 930 | net/inet/ip_fw.c | i->n_src_p,i->n_dst_p, i->p_cnt,i->b_cnt); |