Home
last modified time | relevance | path

Searched refs:_tcph (Results 1 – 12 of 12) sorted by relevance

/linux/net/netfilter/ipset/
H A Dip_set_getport.c30 struct tcphdr _tcph; in get_port() local
33 th = skb_header_pointer(skb, protooff, sizeof(_tcph), &_tcph); in get_port()
/linux/net/ipv4/netfilter/
H A Dipt_ECN.c47 struct tcphdr _tcph, *tcph; in set_ect_tcp() local
51 tcph = skb_header_pointer(skb, ip_hdrlen(skb), sizeof(_tcph), &_tcph); in set_ect_tcp()
/linux/net/netfilter/
H A Dxt_ecn.c30 struct tcphdr _tcph; in match_tcp() local
40 th = skb_header_pointer(skb, par->thoff, sizeof(_tcph), &_tcph); in match_tcp()
H A Dxt_tcpudp.c74 struct tcphdr _tcph; in tcp_mt() local
92 th = skb_header_pointer(skb, par->thoff, sizeof(_tcph), &_tcph); in tcp_mt()
113 if (th->doff * 4 < sizeof(_tcph)) { in tcp_mt()
118 th->doff*4 - sizeof(_tcph), in tcp_mt()
H A Dnft_osf.c29 struct tcphdr _tcph; in nft_osf_eval() local
42 sizeof(struct tcphdr), &_tcph); in nft_osf_eval()
H A Dnft_payload.c86 struct tcphdr *th, _tcph; in __nft_payload_inner_offset() local
88 th = skb_header_pointer(pkt->skb, thoff, sizeof(_tcph), &_tcph); in __nft_payload_inner_offset()
H A Dnf_conntrack_sip.c1661 struct tcphdr *th, _tcph; in sip_help_tcp() local
1676 th = skb_header_pointer(skb, protoff, sizeof(_tcph), &_tcph); in sip_help_tcp()
/linux/net/netfilter/ipvs/
H A Dip_vs_proto_tcp.c41 struct tcphdr _tcph, *th; in tcp_conn_schedule() local
49 th = skb_header_pointer(skb, iph->len, sizeof(_tcph), &_tcph); in tcp_conn_schedule()
584 struct tcphdr _tcph, *th; in tcp_state_transition() local
592 th = skb_header_pointer(skb, ihl, sizeof(_tcph), &_tcph); in tcp_state_transition()
H A Dip_vs_core.c1244 struct tcphdr _tcph, *th; in is_tcp_reset() local
1246 th = skb_header_pointer(skb, nh_len, sizeof(_tcph), &_tcph); in is_tcp_reset()
1257 struct tcphdr _tcph, *th; in is_new_conn() local
1259 th = skb_header_pointer(skb, iph->len, sizeof(_tcph), &_tcph); in is_new_conn()
/linux/net/sched/
H A Dsch_cake.c975 struct tcphdr _tcph; in cake_get_tcphdr() local
1011 tcph = skb_header_pointer(skb, offset, sizeof(_tcph), &_tcph); in cake_get_tcphdr()
1224 unsigned char _tcph[64], _tcph_check[64]; in cake_ack_filter() local
1239 tcph = cake_get_tcphdr(skb, _tcph, sizeof(_tcph)); in cake_ack_filter()
/linux/security/selinux/
H A Dhooks.c4637 struct tcphdr _tcph, *th; in selinux_parse_skb_ipv4()
4643 th = skb_header_pointer(skb, offset, sizeof(_tcph), &_tcph); in selinux_parse_skb_ipv4()
4723 struct tcphdr _tcph, *th; in selinux_parse_skb_ipv6()
4725 th = skb_header_pointer(skb, offset, sizeof(_tcph), &_tcph); in selinux_parse_skb_ipv6()
4641 struct tcphdr _tcph, *th; selinux_parse_skb_ipv4() local
4727 struct tcphdr _tcph, *th; selinux_parse_skb_ipv6() local
/linux/security/smack/
H A Dsmack_lsm.c4149 struct tcphdr _tcph, *th; in smk_skb_to_addr_ipv6()
4169 th = skb_header_pointer(skb, offset, sizeof(_tcph), &_tcph); in smk_skb_to_addr_ipv6()
4154 struct tcphdr _tcph, *th; smk_skb_to_addr_ipv6() local