/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | test_l4lb_noinline.c | 302 struct tcphdr *tcp; in parse_tcp()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qualcomm/rmnet/ |
H A D | rmnet_map_data.c | 25 check = &(((struct tcphdr *)txporthdr)->check); in rmnet_map_get_csum_field()
|
/kernel/linux/linux-5.10/net/sched/ |
H A D | act_nat.c | 169 struct tcphdr *tcph; in tcf_nat_act()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | vxlan.h | 372 offsetof(struct tcphdr, check); in vxlan_rco_offset()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
H A D | ipsec_rxtx.c | 209 struct tcphdr *tcph; in mlx5e_ipsec_set_metadata()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hns3_enet.h | 606 struct tcphdr *tcp;
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | ef100_tx.c | 199 struct tcphdr *tcp; in ef100_make_tso_desc()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | vxlan.h | 431 offsetof(struct tcphdr, check); in vxlan_rco_offset()
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | act_nat.c | 181 struct tcphdr *tcph; in tcf_nat_act()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | io_uring_zerocopy_tx.c | 495 sizeof(struct tcphdr) - in parse_opts()
|
H A D | toeplitz.c | 310 const int off_dport = offsetof(struct tcphdr, dest); /* same for udp */ in set_filter()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | bpf_flow.c | 172 struct tcphdr *tcp, _tcp; in parse_ip_proto()
|
H A D | test_l4lb_noinline.c | 302 struct tcphdr *tcp; in parse_tcp()
|
H A D | test_l4lb.c | 303 struct tcphdr *tcp; in parse_tcp()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | tc_ct.c | 315 if (offset == offsetof(struct tcphdr, source)) in mlx5_tc_ct_rule_to_tuple_nat() 317 else if (offset == offsetof(struct tcphdr, dest)) in mlx5_tc_ct_rule_to_tuple_nat() 636 if (offset == offsetof(struct tcphdr, source)) in mlx5_tc_ct_parse_mangle_to_mod_act() 638 else if (offset == offsetof(struct tcphdr, dest)) in mlx5_tc_ct_parse_mangle_to_mod_act()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/wangxun/libwx/ |
H A D | wx_lib.c | 1213 struct tcphdr *tcph; in wx_tso() 1348 struct tcphdr *tcphdr; in wx_tx_csum() member 1416 mss_l4len_idx = (transport_hdr.tcphdr->doff * 4) << in wx_tx_csum()
|
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/ |
H A D | clatd_packet_converter_test.cpp | 580 tcphdr tcpHeader{}; in HWTEST_F() 583 packetSize = sizeof(tcphdr); in HWTEST_F()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/ |
H A D | sunvnet_common.c | 321 struct tcphdr *ptcp = tcp_hdr(skb); in vnet_fullcsum_ipv4() 354 struct tcphdr *ptcp = tcp_hdr(skb); in vnet_fullcsum_ipv6() 1302 curr->csum_offset = offsetof(struct tcphdr, check); in vnet_handle_offloads()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sun/ |
H A D | sunvnet_common.c | 322 struct tcphdr *ptcp = tcp_hdr(skb); in vnet_fullcsum_ipv4() 355 struct tcphdr *ptcp = tcp_hdr(skb); in vnet_fullcsum_ipv6() 1303 curr->csum_offset = offsetof(struct tcphdr, check); in vnet_handle_offloads()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | route.c | 1337 unsigned int header_size = sizeof(struct tcphdr) + sizeof(struct iphdr); in ipv4_default_advmss() 3110 struct tcphdr *tcph; in inet_rtm_getroute_build_skb() 3112 tcph = skb_put_zero(skb, sizeof(struct tcphdr)); in inet_rtm_getroute_build_skb() 3115 tcph->doff = sizeof(struct tcphdr) / 4; in inet_rtm_getroute_build_skb() 3117 tcph->check = ~tcp_v4_check(sizeof(struct tcphdr), in inet_rtm_getroute_build_skb()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | route.c | 1317 unsigned int header_size = sizeof(struct tcphdr) + sizeof(struct iphdr); in ipv4_default_advmss() 3187 struct tcphdr *tcph; in inet_rtm_getroute_build_skb() 3189 tcph = skb_put_zero(skb, sizeof(struct tcphdr)); in inet_rtm_getroute_build_skb() 3192 tcph->doff = sizeof(struct tcphdr) / 4; in inet_rtm_getroute_build_skb() 3194 tcph->check = ~tcp_v4_check(sizeof(struct tcphdr), in inet_rtm_getroute_build_skb()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/emulex/benet/ |
H A D | be_main.c | 1426 struct tcphdr *tcphdr; in be_tx_timeout() local 1464 tcphdr = tcp_hdr(skb); in be_tx_timeout() 1466 ntohs(tcphdr->source)); in be_tx_timeout() 1468 ntohs(tcphdr->dest)); in be_tx_timeout() 1470 ntohs(tcphdr->seq)); in be_tx_timeout() 1472 ntohs(tcphdr->ack_seq)); in be_tx_timeout()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/emulex/benet/ |
H A D | be_main.c | 1425 struct tcphdr *tcphdr; in be_tx_timeout() local 1463 tcphdr = tcp_hdr(skb); in be_tx_timeout() 1465 ntohs(tcphdr->source)); in be_tx_timeout() 1467 ntohs(tcphdr->dest)); in be_tx_timeout() 1469 ntohs(tcphdr->seq)); in be_tx_timeout() 1471 ntohs(tcphdr->ack_seq)); in be_tx_timeout()
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | msg_zerocopy.c | 703 sizeof(struct tcphdr) - in parse_opts()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/crypto/ |
H A D | tls.c | 478 struct tcphdr *th; in nfp_net_tls_rx_resync_req()
|