Home
last modified time | relevance | path

Searched refs:tcphdr (Results 301 - 325 of 423) sorted by relevance

1...<<11121314151617

/kernel/linux/linux-5.10/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c1426 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 Dbe_main.c1425 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 Dmsg_zerocopy.c703 sizeof(struct tcphdr) - in parse_opts()
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/crypto/
H A Dtls.c478 struct tcphdr *th; in nfp_net_tls_rx_resync_req()
/kernel/linux/linux-5.10/net/netfilter/
H A Dnf_flow_table_core.c395 struct tcphdr *tcph; in nf_flow_nat_port_tcp()
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/crypto/
H A Dtls.c479 struct tcphdr *th; in nfp_net_tls_rx_resync_req()
/kernel/linux/linux-6.6/drivers/net/ethernet/qualcomm/rmnet/
H A Drmnet_map_data.c24 return &((struct tcphdr *)txporthdr)->check; in rmnet_map_get_csum_field()
/kernel/linux/linux-6.6/net/netfilter/
H A Dnft_flow_offload.c297 struct tcphdr _tcph, *tcph = NULL; in nft_flow_offload_eval()
H A Dnf_flow_table_core.c460 struct tcphdr *tcph; in nf_flow_nat_port_tcp()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dmsg_zerocopy.c703 sizeof(struct tcphdr) - in parse_opts()
/kernel/linux/linux-6.6/drivers/net/vmxnet3/
H A Dvmxnet3_drv.c1022 struct tcphdr *tcph = inner_tcp_hdr(skb); in vmxnet3_prepare_inner_tso()
1041 struct tcphdr *tcph = tcp_hdr(skb); in vmxnet3_prepare_tso()
1458 struct tcphdr *tcp; in vmxnet3_get_hdr_len()
1463 if (unlikely(sizeof(struct iphdr) + sizeof(struct tcphdr) > maplen)) in vmxnet3_get_hdr_len()
1488 return sizeof(struct ipv6hdr) + sizeof(struct tcphdr); in vmxnet3_get_hdr_len()
1496 if (hlen + sizeof(struct tcphdr) > maplen) in vmxnet3_get_hdr_len()
/kernel/linux/linux-6.6/net/core/
H A Dfilter.c7265 struct tcphdr *, th, u32, th_len) in BPF_CALL_5()
7341 struct tcphdr *, th, u32, th_len) in BPF_CALL_5()
7524 op += sizeof(struct tcphdr); in BPF_CALL_4()
7532 op = bpf_sock->skb->data + sizeof(struct tcphdr); in BPF_CALL_4()
7603 op = skb->data + sizeof(struct tcphdr); in BPF_CALL_4()
7704 struct tcphdr *, th, u32, th_len) in BPF_CALL_3()
7730 struct tcphdr *, th, u32, th_len) in BPF_CALL_3()
7733 const u16 mss_clamp = IPV6_MIN_MTU - sizeof(struct tcphdr) - in BPF_CALL_3()
7762 struct tcphdr *, th) in BPF_CALL_2()
7780 .arg2_size = sizeof(struct tcphdr),
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/enetc/
H A Denetc.c434 struct tcphdr *tcph = (struct tcphdr *)(l4_hdr); in enetc_tso_hdr_csum()
478 struct tcphdr *tcph = (struct tcphdr *)(l4_hdr); in enetc_tso_complete_csum()
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H A Droute.c753 mtu -= NIP_HDR_MAX + sizeof(struct tcphdr); in nip_default_advmss()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dtest_xdp_noinline.c260 struct tcphdr *tcp; in parse_tcp()
/kernel/linux/linux-5.10/drivers/net/ethernet/neterion/
H A Ds2io.h677 struct tcphdr *tcph;
/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/
H A Dhinic_tx.c60 struct tcphdr *tcp;
/kernel/linux/linux-6.6/drivers/net/ethernet/neterion/
H A Ds2io.h677 struct tcphdr *tcph;
/kernel/linux/linux-6.6/drivers/net/ethernet/huawei/hinic/
H A Dhinic_tx.c61 struct tcphdr *tcp;
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dtest_xdp_noinline.c260 struct tcphdr *tcp; in parse_tcp()
/third_party/lwip/test/unit/tcp/
H A Dtest_tcp_oos.c68 return seg->tcphdr->seqno; in tcp_oos_seg_seqno()
/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/
H A Dcm.c253 sizeof(struct tcphdr); in set_emss()
2461 const struct tcphdr *tcph; in accept_cr()
2595 sizeof(struct tcphdr) + in pass_accept_req()
4066 struct tcphdr *tcph; in rx_pkt()
4131 tcph = (struct tcphdr *)(iph + 1); in rx_pkt()
/kernel/linux/linux-6.6/drivers/infiniband/hw/cxgb4/
H A Dcm.c253 sizeof(struct tcphdr); in set_emss()
2461 const struct tcphdr *tcph; in accept_cr()
2589 sizeof(struct tcphdr) + in pass_accept_req()
4063 struct tcphdr *tcph; in rx_pkt()
4128 tcph = (struct tcphdr *)(iph + 1); in rx_pkt()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_txrx.c1891 struct tcphdr *tcp; in ice_tx_csum()
2102 struct tcphdr *tcp; in ice_tso()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rx.c773 static void mlx5e_lro_update_tcp_hdr(struct mlx5_cqe64 *cqe, struct tcphdr *tcp) in mlx5e_lro_update_tcp_hdr()
793 struct tcphdr *tcp; in mlx5e_lro_update_hdr()

Completed in 68 milliseconds

1...<<11121314151617