Home
last modified time | relevance | path

Searched refs:tcpinfo (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/net/ipv4/netfilter/
Dipt_tcpmss.c65 const struct ipt_tcp *tcpinfo = (const struct ipt_tcp *)m->data; in find_syn_match() local
68 && (tcpinfo->flg_cmp & TH_SYN) in find_syn_match()
69 && !(tcpinfo->invflags & IPT_TCP_INV_FLAGS)) in find_syn_match()
Dip_tables.c1511 const struct ipt_tcp *tcpinfo = matchinfo; in tcp_match() local
1534 #define FWINVTCP(bool,invflg) ((bool) ^ !!(tcpinfo->invflags & invflg)) in tcp_match()
1538 && port_match(tcpinfo->spts[0], tcpinfo->spts[1], in tcp_match()
1540 !!(tcpinfo->invflags & IPT_TCP_INV_SRCPT)) in tcp_match()
1541 && port_match(tcpinfo->dpts[0], tcpinfo->dpts[1], in tcp_match()
1543 !!(tcpinfo->invflags & IPT_TCP_INV_DSTPT)) in tcp_match()
1545 & tcpinfo->flg_mask) in tcp_match()
1546 == tcpinfo->flg_cmp, in tcp_match()
1548 && (!tcpinfo->option in tcp_match()
1549 || tcp_find_option(tcpinfo->option, tcp, datalen, in tcp_match()
[all …]
Dipt_TCPMSS.c197 const struct ipt_tcp *tcpinfo = (const struct ipt_tcp *)m->data; in find_syn_match() local
200 && (tcpinfo->flg_cmp & TH_SYN) in find_syn_match()
201 && !(tcpinfo->invflags & IPT_TCP_INV_FLAGS)) in find_syn_match()
/linux-2.4.37.9/net/ipv6/netfilter/
Dip6_tables.c1592 const struct ip6t_tcp *tcpinfo = matchinfo; in tcp_match() local
1615 #define FWINVTCP(bool,invflg) ((bool) ^ !!(tcpinfo->invflags & invflg)) in tcp_match()
1619 && port_match(tcpinfo->spts[0], tcpinfo->spts[1], in tcp_match()
1621 !!(tcpinfo->invflags & IP6T_TCP_INV_SRCPT)) in tcp_match()
1622 && port_match(tcpinfo->dpts[0], tcpinfo->dpts[1], in tcp_match()
1624 !!(tcpinfo->invflags & IP6T_TCP_INV_DSTPT)) in tcp_match()
1626 & tcpinfo->flg_mask) in tcp_match()
1627 == tcpinfo->flg_cmp, in tcp_match()
1629 && (!tcpinfo->option in tcp_match()
1630 || tcp_find_option(tcpinfo->option, tcp, datalen, in tcp_match()
[all …]