Home
last modified time | relevance | path

Searched refs:tcphdr (Results 351 - 375 of 423) sorted by relevance

1...<<11121314151617

/kernel/linux/linux-6.6/drivers/net/ethernet/google/gve/
H A Dgve_tx_dqo.c488 struct tcphdr *tcp; in gve_prep_tso()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_main.c767 hdrlen = (th - skb->data) + (((struct tcphdr *)th)->doff << 2); in fm10k_tso()
/kernel/linux/linux-6.6/drivers/net/ethernet/sgi/
H A Dioc3-eth.c1028 csoff += offsetof(struct tcphdr, check); in ioc3_start_xmit()
/kernel/linux/linux-6.6/net/ipv4/
H A Desp4.c769 struct tcphdr *th = (void *)(skb_network_header(skb) + ihl); in esp_input_done2()
H A Dtcp.c4335 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 Desp6.c808 struct tcphdr *th; in esp6_input_done2()
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.c520 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 Dbnx2x.h777 #define SKB_CS_OFF(skb) (offsetof(struct tcphdr, check) - \
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.c519 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 Dbnx2x.h777 #define SKB_CS_OFF(skb) (offsetof(struct tcphdr, check) - \
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs3659 pub struct tcphdr { structure names
3670 impl tcphdr { impls
3830 pub hdr: tcphdr,
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs3657 pub struct tcphdr { structure names
3668 impl tcphdr { impls
3828 pub hdr: tcphdr,
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs3637 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 Dixgbevf_main.c3776 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 Dqed_iwarp.c1679 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 Dtcp.c4124 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 Dqed_iwarp.c1679 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 Dixgbevf_main.c3784 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 Dixgbe_main.c7988 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 Dfilter.c6593 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 Dixgbe_main.c8059 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 Denetc.c63 case offsetof(struct tcphdr, check): in enetc_tx_csum()
/kernel/linux/linux-5.10/net/netfilter/
H A Dnf_conntrack_sip.c1530 struct tcphdr *th, _tcph; in sip_help_tcp()
/kernel/linux/linux-6.6/drivers/net/wireless/microchip/wilc1000/
H A Dwlan.c149 const struct tcphdr *tcp_hdr_ptr; in tcp_process()
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_conntrack_sip.c1535 struct tcphdr *th, _tcph; in sip_help_tcp()

Completed in 134 milliseconds

1...<<11121314151617