Home
last modified time | relevance | path

Searched defs:tcph (Results 1 – 25 of 45) sorted by relevance

12

/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dcgroup_tcp_skb.c25 int needed_tcp_pkt(struct __sk_buff *skb, struct tcphdr *tcph) in needed_tcp_pkt()
48 static int egress_accept(struct tcphdr *tcph) in egress_accept()
61 static int ingress_accept(struct tcphdr *tcph) in ingress_accept()
84 static int egress_connect(struct tcphdr *tcph) in egress_connect()
97 static int ingress_connect(struct tcphdr *tcph) in ingress_connect()
111 static int egress_close_remote(struct tcphdr *tcph) in egress_close_remote()
135 static int ingress_close_remote(struct tcphdr *tcph) in ingress_close_remote()
156 static int egress_close_local(struct tcphdr *tcph) in egress_close_local()
176 static int ingress_close_local(struct tcphdr *tcph) in ingress_close_local()
208 struct tcphdr tcph; in server_egress() local
[all …]
Dcgroup_skb_sk_lookup_kern.c31 const struct tcphdr *tcph) in set_tuple()
41 const struct tcphdr *tcph) in is_allowed_peer_cg()
70 struct tcphdr tcph; in ingress_lookup() local
Dtest_tcp_check_syncookie_kern.c28 struct tcphdr *tcph) in gen_syncookie()
53 struct tcphdr *tcph; in check_syncookie() local
Dtest_tc_tunnel.c100 struct tcphdr tcph; in __encap_ipv4() local
268 struct tcphdr tcph; in __encap_ipv6() local
377 struct tcphdr tcph; in encap_ipv6_ipip6() local
Dxdp_flowtable.c49 struct tcphdr *tcph = ports; in xdp_flowtable_offload_check_tcp_state() local
/linux-6.12.1/net/netfilter/
Dnf_conntrack_seqadj.c76 struct tcphdr *tcph, in nf_ct_sack_block_adjust()
122 struct tcphdr *tcph = (void *)skb->data + protoff; in nf_ct_sack_adjust() local
169 struct tcphdr *tcph; in nf_ct_seq_adjust() local
Dnf_conntrack_proto_tcp.c275 static unsigned int get_conntrack_index(const struct tcphdr *tcph) in get_conntrack_index()
316 const struct tcphdr *tcph) in segment_seq_plus_len()
335 const struct tcphdr *tcph, in tcp_options()
392 const struct tcphdr *tcph, __u32 *sack) in tcp_sack()
459 const struct tcphdr *tcph, in tcp_init_sender()
512 unsigned int dataoff, const struct tcphdr *tcph, in tcp_in_window()
Dnft_exthdr.c174 struct tcphdr *tcph; in nft_tcp_header_pointer() local
198 struct tcphdr *tcph; in nft_exthdr_tcp_eval() local
241 struct tcphdr *tcph; in nft_exthdr_tcp_set_eval() local
321 struct tcphdr *tcph; in nft_exthdr_tcp_strip_eval() local
Dnf_flow_table_ip.c25 struct tcphdr *tcph; in nf_flow_state_check() local
42 struct tcphdr *tcph; in nf_flow_nat_ip_tcp() local
480 struct tcphdr *tcph; in nf_flow_nat_ipv6_tcp() local
Dxt_TCPOPTSTRIP.c34 struct tcphdr *tcph, _th; in tcpoptstrip_mangle_packet() local
Dnf_nat_helper.c95 struct tcphdr *tcph; in __nf_nat_mangle_tcp_packet() local
Dxt_TCPMSS.c78 struct tcphdr *tcph; in tcpmss_mangle_packet() local
/linux-6.12.1/net/netfilter/ipvs/
Dip_vs_proto_tcp.c105 tcp_fast_csum_update(int af, struct tcphdr *tcph, in tcp_fast_csum_update()
126 tcp_partial_csum_update(int af, struct tcphdr *tcph, in tcp_partial_csum_update()
150 struct tcphdr *tcph; in tcp_snat_handler() local
228 struct tcphdr *tcph; in tcp_dnat_handler() local
/linux-6.12.1/drivers/infiniband/hw/irdma/
Dcm.c310 struct tcphdr *tcph; in irdma_form_ah_cm_frame() local
420 struct tcphdr *tcph; in irdma_form_uda_cm_frame() local
748 struct tcphdr *tcph, int optionsize, in irdma_handle_tcp_options()
2620 static int irdma_check_syn(struct irdma_cm_node *cm_node, struct tcphdr *tcph) in irdma_check_syn()
2635 static int irdma_check_seq(struct irdma_cm_node *cm_node, struct tcphdr *tcph) in irdma_check_seq()
2678 struct tcphdr *tcph = (struct tcphdr *)rbuf->tcph; in irdma_handle_syn_pkt() local
2744 struct tcphdr *tcph = (struct tcphdr *)rbuf->tcph; in irdma_handle_synack_pkt() local
2817 struct tcphdr *tcph = (struct tcphdr *)rbuf->tcph; in irdma_handle_ack_pkt() local
2901 struct tcphdr *tcph = (struct tcphdr *)rbuf->tcph; in irdma_process_pkt() local
3143 struct tcphdr *tcph; in irdma_receive_ilq() local
Dutils.c1420 struct tcphdr *tcph = (struct tcphdr *)buf->tcph; in irdma_ieq_get_qp() local
1451 struct tcphdr *tcph = (struct tcphdr *)buf->tcph; in irdma_send_ieq_ack() local
1513 struct tcphdr *tcph; in irdma_gen1_ieq_update_tcpip_info() local
1536 struct tcphdr *tcph; in irdma_ieq_update_tcpip_info() local
1558 struct tcphdr *tcph; in irdma_gen1_puda_get_tcpip_info() local
1611 struct tcphdr *tcph; in irdma_puda_get_tcpip_info() local
/linux-6.12.1/tools/testing/selftests/net/
Dgro.c284 struct tcphdr *tcph = buf; in fill_transportlayer() local
329 struct tcphdr *tcph; in send_flags() local
498 struct tcphdr *tcph = (struct tcphdr *)(buf + tcp_offset); in send_changed_checksum() local
513 struct tcphdr *tcph = (struct tcphdr *)(buf + tcp_offset); in send_changed_seq() local
914 struct tcphdr *tcph; in check_recv_pkts() local
/linux-6.12.1/net/core/
Dtso.c28 struct tcphdr *tcph = (struct tcphdr *)hdr; in tso_build_hdr() local
/linux-6.12.1/net/ipv4/netfilter/
Dipt_ECN.c47 struct tcphdr _tcph, *tcph; in set_ect_tcp() local
Dnf_reject_ipv4.c197 struct tcphdr *tcph; in nf_reject_ip_tcphdr_put() local
/linux-6.12.1/net/sched/
Dact_csum.c208 struct tcphdr *tcph; in tcf_csum_ipv4_tcp() local
232 struct tcphdr *tcph; in tcf_csum_ipv6_tcp() local
Dact_nat.c181 struct tcphdr *tcph; in tcf_nat_act() local
Dact_ct.c513 struct tcphdr **tcph) in tcf_ct_flow_table_fill_tuple_ipv4()
586 struct tcphdr **tcph) in tcf_ct_flow_table_fill_tuple_ipv6()
660 struct tcphdr *tcph = NULL; in tcf_ct_flow_table_lookup() local
/linux-6.12.1/tools/testing/selftests/net/tcp_ao/
Dicmps-accept.c191 } tcph; in icmp_interfere4() member
306 } tcph; in icmp6_interfere() member
Dicmps-discard.c191 } tcph; in icmp_interfere4() member
306 } tcph; in icmp6_interfere() member
/linux-6.12.1/net/ipv6/netfilter/
Dnf_reject_ipv6.c225 struct tcphdr *tcph; in nf_reject_ip6_tcphdr_put() local

12