Home
last modified time | relevance | path

Searched refs:tcphdr (Results 226 - 250 of 414) sorted by relevance

12345678910>>...17

/kernel/linux/linux-5.10/net/netfilter/
H A Dnf_nat_helper.c95 struct tcphdr *tcph; in __nf_nat_mangle_tcp_packet()
H A Dnf_conntrack_pptp.c521 const struct tcphdr *tcph; in conntrack_pptp_help()
522 struct tcphdr _tcph; in conntrack_pptp_help()
/kernel/linux/linux-6.6/include/net/
H A Dmptcp.h148 void mptcp_write_options(struct tcphdr *th, __be32 *ptr, struct tcp_sock *tp,
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_nat_helper.c95 struct tcphdr *tcph; in __nf_nat_mangle_tcp_packet()
H A Dnf_conntrack_pptp.c497 const struct tcphdr *tcph; in conntrack_pptp_help()
498 struct tcphdr _tcph; in conntrack_pptp_help()
/kernel/linux/linux-6.6/samples/bpf/
H A Dtest_lwt_bpf.c80 #define TCP_CSUM_OFF offsetof(struct tcphdr, check)
/third_party/musl/porting/uniproton/kernel/include/netinet/
H A Dtcp.h111 struct tcphdr { struct
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
H A Dtcp.h111 struct tcphdr { struct
/third_party/musl/porting/liteos_a/kernel/include/netinet/
H A Dtcp.h115 struct tcphdr { struct
/third_party/musl/porting/liteos_m/kernel/include/netinet/
H A Dtcp.h111 struct tcphdr { struct
/third_party/musl/include/netinet/
H A Dtcp.h115 struct tcphdr { struct
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rx.c1146 static void mlx5e_lro_update_tcp_hdr(struct mlx5_cqe64 *cqe, struct tcphdr *tcp) in mlx5e_lro_update_tcp_hdr()
1166 struct tcphdr *tcp; in mlx5e_lro_update_hdr()
1263 struct tcphdr *skb_tcp_hd) in mlx5e_shampo_update_fin_psh_flags()
1266 struct tcphdr *last_tcp_hd; in mlx5e_shampo_update_fin_psh_flags()
1279 struct tcphdr *tcp; in mlx5e_shampo_update_ipv4_tcp_hdr()
1281 tcp = (struct tcphdr *)(skb->data + tcp_off); in mlx5e_shampo_update_ipv4_tcp_hdr()
1292 skb->csum_offset = offsetof(struct tcphdr, check); in mlx5e_shampo_update_ipv4_tcp_hdr()
1303 struct tcphdr *tcp; in mlx5e_shampo_update_ipv6_tcp_hdr()
1305 tcp = (struct tcphdr *)(skb->data + tcp_off); in mlx5e_shampo_update_ipv6_tcp_hdr()
1313 skb->csum_offset = offsetof(struct tcphdr, chec in mlx5e_shampo_update_ipv6_tcp_hdr()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_main.c225 cdev->askb = alloc_skb(sizeof(struct tcphdr), GFP_KERNEL); in chtls_get_skb()
229 skb_put(cdev->askb, sizeof(struct tcphdr)); in chtls_get_skb()
/kernel/linux/linux-5.10/net/sched/
H A Dact_csum.c207 struct tcphdr *tcph; in tcf_csum_ipv4_tcp()
231 struct tcphdr *tcph; in tcf_csum_ipv6_tcp()
/kernel/linux/linux-5.10/net/ipv4/netfilter/
H A Dnf_nat_h323.c33 const struct tcphdr *th; in set_addr()
34 struct tcphdr _tcph; in set_addr()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dktls_rx.c466 struct tcphdr *th; in resync_update_sn()
494 depth += sizeof(struct tcphdr); in resync_update_sn()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/iavf/
H A Diavf_fdir.c398 struct tcphdr *tcph = (struct tcphdr *)hdr->buffer; in iavf_fill_fdir_tcp_hdr()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_main.c225 cdev->askb = alloc_skb(sizeof(struct tcphdr), GFP_KERNEL); in chtls_get_skb()
229 skb_put(cdev->askb, sizeof(struct tcphdr)); in chtls_get_skb()
/kernel/linux/linux-6.6/net/sched/
H A Dact_csum.c208 struct tcphdr *tcph; in tcf_csum_ipv4_tcp()
232 struct tcphdr *tcph; in tcf_csum_ipv6_tcp()
/kernel/linux/linux-6.6/net/ipv4/netfilter/
H A Dnf_nat_h323.c33 const struct tcphdr *th; in set_addr()
34 struct tcphdr _tcph; in set_addr()
/kernel/linux/linux-5.10/drivers/net/ethernet/ibm/
H A Dibmveth.c1211 struct tcphdr *tcph; in ibmveth_rx_mss_helper()
1240 tcph = (struct tcphdr *)(skb->data + offset); in ibmveth_rx_mss_helper()
1302 struct tcphdr *tcph = (struct tcphdr *)(skb->data + iphlen); in ibmveth_rx_csum_helper()
1316 offsetof(struct tcphdr, check)); in ibmveth_rx_csum_helper()
/kernel/linux/linux-5.10/drivers/target/iscsi/cxgbit/
H A Dcxgbit_cm.c764 sizeof(struct tcphdr); in cxgbit_set_emss()
1131 const struct tcphdr *tcph; in cxgbit_pass_accept_rpl()
1191 tcph = (struct tcphdr *)((u8 *)(req + 1) + in cxgbit_pass_accept_rpl()
1194 tcph = (struct tcphdr *)((u8 *)(req + 1) + in cxgbit_pass_accept_rpl()
1312 sizeof(struct tcphdr) + (req->tcpopt.tstamp ? 12 : 0); in cxgbit_pass_accept_req()
/kernel/linux/linux-6.6/drivers/net/ethernet/ibm/
H A Dibmveth.c1217 struct tcphdr *tcph; in ibmveth_rx_mss_helper()
1246 tcph = (struct tcphdr *)(skb->data + offset); in ibmveth_rx_mss_helper()
1310 struct tcphdr *tcph = (struct tcphdr *)(skb->data + iphlen); in ibmveth_rx_csum_helper()
1325 offsetof(struct tcphdr, check)); in ibmveth_rx_csum_helper()
/kernel/linux/linux-6.6/drivers/target/iscsi/cxgbit/
H A Dcxgbit_cm.c764 sizeof(struct tcphdr); in cxgbit_set_emss()
1133 const struct tcphdr *tcph; in cxgbit_pass_accept_rpl()
1193 tcph = (struct tcphdr *)((u8 *)(req + 1) + in cxgbit_pass_accept_rpl()
1196 tcph = (struct tcphdr *)((u8 *)(req + 1) + in cxgbit_pass_accept_rpl()
1313 sizeof(struct tcphdr) + (req->tcpopt.tstamp ? 12 : 0); in cxgbit_pass_accept_req()
/third_party/lwip/test/unit/tcp/
H A Dtest_tcp.c367 struct tcp_hdr tcphdr; in START_TEST() local
368 ret = pbuf_copy_partial(txcounters.tx_packets, &tcphdr, 20, 20); in START_TEST()
370 EXPECT(tcphdr.dest == PP_HTONS(TEST_REMOTE_PORT)); in START_TEST()
371 EXPECT(tcphdr.src == PP_HTONS(TEST_LOCAL_PORT)); in START_TEST()
619 EXPECT(s->tcphdr->seqno == htonl(seqnos_expected[i])); in check_seqnos()

Completed in 30 milliseconds

12345678910>>...17