/linux-6.6.21/tools/testing/selftests/bpf/progs/ |
D | cgroup_tcp_skb.c | 25 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 …]
|
D | cgroup_skb_sk_lookup_kern.c | 31 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
|
D | test_tcp_check_syncookie_kern.c | 28 struct tcphdr *tcph) in gen_syncookie() 53 struct tcphdr *tcph; in check_syncookie() local
|
D | test_tc_tunnel.c | 97 struct tcphdr tcph; in __encap_ipv4() local 265 struct tcphdr tcph; in __encap_ipv6() local 374 struct tcphdr tcph; in encap_ipv6_ipip6() local
|
/linux-6.6.21/net/netfilter/ |
D | nf_conntrack_seqadj.c | 76 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
|
D | nf_conntrack_proto_tcp.c | 275 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()
|
D | nft_exthdr.c | 174 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
|
D | nf_flow_table_ip.c | 25 struct tcphdr *tcph; in nf_flow_state_check() local 42 struct tcphdr *tcph; in nf_flow_nat_ip_tcp() local 475 struct tcphdr *tcph; in nf_flow_nat_ipv6_tcp() local
|
D | xt_TCPOPTSTRIP.c | 34 struct tcphdr *tcph, _th; in tcpoptstrip_mangle_packet() local
|
D | nf_nat_helper.c | 95 struct tcphdr *tcph; in __nf_nat_mangle_tcp_packet() local
|
D | xt_TCPMSS.c | 78 struct tcphdr *tcph; in tcpmss_mangle_packet() local
|
D | nf_conntrack_pptp.c | 497 const struct tcphdr *tcph; in conntrack_pptp_help() local
|
/linux-6.6.21/net/netfilter/ipvs/ |
D | ip_vs_proto_tcp.c | 105 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.6.21/drivers/infiniband/hw/irdma/ |
D | cm.c | 310 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() 2619 static int irdma_check_syn(struct irdma_cm_node *cm_node, struct tcphdr *tcph) in irdma_check_syn() 2634 static int irdma_check_seq(struct irdma_cm_node *cm_node, struct tcphdr *tcph) in irdma_check_seq() 2677 struct tcphdr *tcph = (struct tcphdr *)rbuf->tcph; in irdma_handle_syn_pkt() local 2743 struct tcphdr *tcph = (struct tcphdr *)rbuf->tcph; in irdma_handle_synack_pkt() local 2816 struct tcphdr *tcph = (struct tcphdr *)rbuf->tcph; in irdma_handle_ack_pkt() local 2900 struct tcphdr *tcph = (struct tcphdr *)rbuf->tcph; in irdma_process_pkt() local 3142 struct tcphdr *tcph; in irdma_receive_ilq() local
|
D | utils.c | 1425 struct tcphdr *tcph = (struct tcphdr *)buf->tcph; in irdma_ieq_get_qp() local 1456 struct tcphdr *tcph = (struct tcphdr *)buf->tcph; in irdma_send_ieq_ack() local 1518 struct tcphdr *tcph; in irdma_gen1_ieq_update_tcpip_info() local 1541 struct tcphdr *tcph; in irdma_ieq_update_tcpip_info() local 1563 struct tcphdr *tcph; in irdma_gen1_puda_get_tcpip_info() local 1616 struct tcphdr *tcph; in irdma_puda_get_tcpip_info() local
|
/linux-6.6.21/tools/testing/selftests/net/ |
D | gro.c | 258 struct tcphdr *tcph = buf; in fill_transportlayer() local 303 struct tcphdr *tcph; in send_flags() local 472 struct tcphdr *tcph = (struct tcphdr *)(buf + tcp_offset); in send_changed_checksum() local 487 struct tcphdr *tcph = (struct tcphdr *)(buf + tcp_offset); in send_changed_seq() local 748 struct tcphdr *tcph; in check_recv_pkts() local
|
/linux-6.6.21/net/core/ |
D | tso.c | 28 struct tcphdr *tcph = (struct tcphdr *)hdr; in tso_build_hdr() local
|
/linux-6.6.21/net/ipv4/netfilter/ |
D | ipt_ECN.c | 47 struct tcphdr _tcph, *tcph; in set_ect_tcp() local
|
D | nf_reject_ipv4.c | 197 struct tcphdr *tcph; in nf_reject_ip_tcphdr_put() local
|
/linux-6.6.21/net/sched/ |
D | act_csum.c | 208 struct tcphdr *tcph; in tcf_csum_ipv4_tcp() local 232 struct tcphdr *tcph; in tcf_csum_ipv6_tcp() local
|
D | act_nat.c | 181 struct tcphdr *tcph; in tcf_nat_act() local
|
D | act_ct.c | 507 struct tcphdr **tcph) in tcf_ct_flow_table_fill_tuple_ipv4() 580 struct tcphdr **tcph) in tcf_ct_flow_table_fill_tuple_ipv6() 654 struct tcphdr *tcph = NULL; in tcf_ct_flow_table_lookup() local
|
D | sch_cake.c | 907 const struct tcphdr *tcph; in cake_get_tcphdr() local 954 static const void *cake_get_tcpopt(const struct tcphdr *tcph, in cake_get_tcpopt() 1066 static void cake_tcph_get_tstamp(const struct tcphdr *tcph, in cake_tcph_get_tstamp() 1080 static bool cake_tcph_may_drop(const struct tcphdr *tcph, in cake_tcph_may_drop() 1160 const struct tcphdr *tcph, *tcph_check; in cake_ack_filter() local
|
/linux-6.6.21/net/ipv6/netfilter/ |
D | nf_reject_ipv6.c | 225 struct tcphdr *tcph; in nf_reject_ip6_tcphdr_put() local
|
/linux-6.6.21/drivers/net/ethernet/intel/iavf/ |
D | iavf_fdir.c | 398 struct tcphdr *tcph = (struct tcphdr *)hdr->buffer; in iavf_fill_fdir_tcp_hdr() local
|