/kernel/linux/linux-6.6/drivers/net/ethernet/google/gve/ |
H A D | gve_tx_dqo.c | 488 struct tcphdr *tcp; in gve_prep_tso()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k_main.c | 767 hdrlen = (th - skb->data) + (((struct tcphdr *)th)->doff << 2); in fm10k_tso()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sgi/ |
H A D | ioc3-eth.c | 1028 csoff += offsetof(struct tcphdr, check); in ioc3_start_xmit()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | esp4.c | 769 struct tcphdr *th = (void *)(skb_network_header(skb) + ihl); in esp_input_done2()
|
H A D | tcp.c | 4335 sizeof(struct tcphdr), in __tcp_alloc_md5sig_pool() 4406 const struct tcphdr *tp = tcp_hdr(skb); in tcp_md5_hash_skb_data() 4470 const struct tcphdr *th = tcp_hdr(skb); in tcp_inbound_md5_hash()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | esp6.c | 808 struct tcphdr *th; in esp6_input_done2()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_cmn.c | 520 u16 hdrs_len = ETH_HLEN + sizeof(struct tcphdr); in bnx2x_set_gro_params() 701 struct tcphdr *th; in bnx2x_gro_ip_csum() 713 struct tcphdr *th; in bnx2x_gro_ipv6_csum()
|
H A D | bnx2x.h | 777 #define SKB_CS_OFF(skb) (offsetof(struct tcphdr, check) - \
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_cmn.c | 519 u16 hdrs_len = ETH_HLEN + sizeof(struct tcphdr); in bnx2x_set_gro_params() 712 struct tcphdr *th; in bnx2x_gro_ip_csum() 724 struct tcphdr *th; in bnx2x_gro_ipv6_csum()
|
H A D | bnx2x.h | 777 #define SKB_CS_OFF(skb) (offsetof(struct tcphdr, check) - \
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 3659 pub struct tcphdr { structure names 3670 impl tcphdr { impls 3830 pub hdr: tcphdr,
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 3657 pub struct tcphdr { structure names 3668 impl tcphdr { impls 3828 pub hdr: tcphdr,
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 3637 pub struct tcphdr { structure names 3648 impl tcphdr { impls 3808 pub hdr: tcphdr,
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbevf/ |
H A D | ixgbevf_main.c | 3776 struct tcphdr *tcp; in ixgbevf_tso() 3882 case offsetof(struct tcphdr, check): in ixgbevf_tx_csum()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_iwarp.c | 1679 struct tcphdr *tcph; in qed_iwarp_parse_rx_pkt() 1756 tcph = (struct tcphdr *)((u8 *)iph + ip_hlen); in qed_iwarp_parse_rx_pkt()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp.c | 4124 sizeof(struct tcphdr), in __tcp_alloc_md5sig_pool() 4198 const struct tcphdr *tp = tcp_hdr(skb); in tcp_md5_hash_skb_data()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_iwarp.c | 1679 struct tcphdr *tcph; in qed_iwarp_parse_rx_pkt() 1756 tcph = (struct tcphdr *)((u8 *)iph + ip_hlen); in qed_iwarp_parse_rx_pkt()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbevf/ |
H A D | ixgbevf_main.c | 3784 struct tcphdr *tcp; in ixgbevf_tso() 3881 case offsetof(struct tcphdr, check): in ixgbevf_tx_csum()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_main.c | 7988 struct tcphdr *tcp; in ixgbe_tso() 8108 case offsetof(struct tcphdr, check): in ixgbe_tx_csum() 8399 struct tcphdr *th; in ixgbe_atr() 8470 hlen + sizeof(struct tcphdr))) in ixgbe_atr() 8473 th = (struct tcphdr *)(hdr.network + hlen); in ixgbe_atr()
|
/kernel/linux/linux-5.10/net/core/ |
H A D | filter.c | 6593 struct tcphdr *, th, u32, th_len) in BPF_CALL_5() 6669 struct tcphdr *, th, u32, th_len) in BPF_CALL_5() 6854 op += sizeof(struct tcphdr); in BPF_CALL_4() 6862 op = bpf_sock->skb->data + sizeof(struct tcphdr); in BPF_CALL_4() 6933 op = skb->data + sizeof(struct tcphdr); in BPF_CALL_4()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_main.c | 8059 struct tcphdr *tcp; in ixgbe_tso() 8170 case offsetof(struct tcphdr, check): in ixgbe_tx_csum() 8446 struct tcphdr *th; in ixgbe_atr() 8517 hlen + sizeof(struct tcphdr))) in ixgbe_atr() 8520 th = (struct tcphdr *)(hdr.network + hlen); in ixgbe_atr()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/enetc/ |
H A D | enetc.c | 63 case offsetof(struct tcphdr, check): in enetc_tx_csum()
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nf_conntrack_sip.c | 1530 struct tcphdr *th, _tcph; in sip_help_tcp()
|
/kernel/linux/linux-6.6/drivers/net/wireless/microchip/wilc1000/ |
H A D | wlan.c | 149 const struct tcphdr *tcp_hdr_ptr; in tcp_process()
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nf_conntrack_sip.c | 1535 struct tcphdr *th, _tcph; in sip_help_tcp()
|