| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_parse_tcp_hdr_opt_dynptr.c | 79 struct tcphdr *tcp_hdr; in xdp_ingress_v6() local 90 tcp_hdr = bpf_dynptr_slice(&ptr, off, buffer, sizeof(buffer)); in xdp_ingress_v6() 91 if (!tcp_hdr) in xdp_ingress_v6() 94 tcp_hdr_opt_len = (tcp_hdr->doff * 4) - sizeof(struct tcphdr); in xdp_ingress_v6()
|
| H A D | test_parse_tcp_hdr_opt.c | 88 struct tcphdr *tcp_hdr; in xdp_ingress_v6() local 93 tcp_hdr = (struct tcphdr *)(data + tcp_offset); in xdp_ingress_v6() 94 if (tcp_hdr + 1 > data_end) in xdp_ingress_v6() 97 tcp_hdr_opt_len = (tcp_hdr->doff * 4) - sizeof(struct tcphdr); in xdp_ingress_v6()
|
| /linux/drivers/net/ethernet/sfc/ |
| H A D | tx_tso.c | 161 EFX_WARN_ON_ONCE_PARANOID((PTR_DIFF(tcp_hdr(skb), skb->data) + in efx_tso_check_protocol() 162 (tcp_hdr(skb)->doff << 2u)) > in efx_tso_check_protocol() 179 header_len = st->tcp_off + (tcp_hdr(skb)->doff << 2u); in tso_start() 190 st->seqnum = ntohl(tcp_hdr(skb)->seq); in tso_start() 192 EFX_WARN_ON_ONCE_PARANOID(tcp_hdr(skb)->urg); in tso_start() 193 EFX_WARN_ON_ONCE_PARANOID(tcp_hdr(skb)->syn); in tso_start() 194 EFX_WARN_ON_ONCE_PARANOID(tcp_hdr(skb)->rst); in tso_start() 307 tcp_flags = ((u8 *)tcp_hdr(skb))[TCP_FLAGS_OFFSET] & ~tcp_flags_mask; in tso_start_new_packet()
|
| H A D | tx_common.c | 363 (tcp_hdr(skb)->doff << 2u); in efx_tx_tso_header_length()
|
| /linux/include/linux/ |
| H A D | tcp.h | 24 static inline struct tcphdr *tcp_hdr(const struct sk_buff *skb) in tcp_hdr() function 36 return __tcp_hdrlen(tcp_hdr(skb)); in tcp_hdrlen() 81 return (tcp_hdr(skb)->doff - 5) * 4; in tcp_optlen()
|
| /linux/net/mptcp/ |
| H A D | syncookies.c | 41 struct tcphdr *th = tcp_hdr(skb); in mptcp_join_entry_hash()
|
| H A D | options.c | 38 if (skb->len > tcp_hdr(skb)->doff << 2) in mptcp_parse_option() 425 const struct tcphdr *th = tcp_hdr(skb); in mptcp_get_options()
|
| /linux/net/ipv6/ |
| H A D | tcp_ipv6.c | 114 tcp_hdr(skb)->dest, in tcp_v6_init_seq_and_ts_off() 115 tcp_hdr(skb)->source); in tcp_v6_init_seq_and_ts_off() 755 const struct tcphdr *th = tcp_hdr(skb); in tcp_v6_md5_hash_skb() 855 const struct tcphdr *th = tcp_hdr(skb); in tcp_v6_send_response() 1008 const struct tcphdr *th = tcp_hdr(skb); in tcp_v6_send_reset() 1172 if (tcp_parse_auth_options(tcp_hdr(skb), NULL, &aoh)) 1227 if (tcp_parse_auth_options(tcp_hdr(skb), NULL, &aoh)) 1245 ntohs(tcp_hdr(skb)->source), 1247 ntohs(tcp_hdr(skb)->dest)); 1293 const struct tcphdr *th = tcp_hdr(sk [all...] |
| H A D | ip6_input.c | 64 th = tcp_hdr(skb); in tcp_v6_early_demux()
|
| /linux/net/ipv4/ |
| H A D | tcp_ao.c | 513 const struct tcphdr *th = tcp_hdr(skb); in tcp_v4_ao_calc_key_skb() 555 const struct tcphdr *th = tcp_hdr(skb); in tcp_ao_hash_pseudoheader() 692 tcp_ao_mac_update(mac_ctx, (const u8 *)tcp_hdr(skb) + header_len, in tcp_ao_hash_skb_data() 718 const struct tcphdr *th = tcp_hdr(skb); in tcp_ao_hash_skb() 787 const struct tcphdr *th = tcp_hdr(skb); in tcp_ao_prepare_reset() 922 const struct tcphdr *th = tcp_hdr(skb); in tcp_ao_syncookie() 959 const struct tcphdr *th = tcp_hdr(skb); in tcp_ao_verify_hash() 995 const struct tcphdr *th = tcp_hdr(skb); in tcp_inbound_ao_hash() 1229 WRITE_ONCE(ao->risn, tcp_hdr(skb)->seq); in tcp_ao_finish_connect()
|
| H A D | tcp_ipv4.c | 114 tcp_hdr(skb)->dest, in tcp_v4_init_seq_and_ts_off() 115 tcp_hdr(skb)->source); in tcp_v4_init_seq_and_ts_off() 720 const struct tcphdr *th = tcp_hdr(skb); in tcp_v4_send_reset() 770 if (tcp_parse_auth_options(tcp_hdr(skb), &md5_hash_location, &aoh)) in tcp_v4_send_reset() 915 const struct tcphdr *th = tcp_hdr(skb); in tcp_v4_send_ack() 1039 if (tcp_parse_auth_options(tcp_hdr(skb), NULL, &aoh)) { 1098 if (tcp_parse_auth_options(tcp_hdr(skb), NULL, &aoh)) 1116 ntohs(tcp_hdr(skb)->source), 1118 ntohs(tcp_hdr(skb)->dest)); 1580 const struct tcphdr *th = tcp_hdr(sk [all...] |
| H A D | tcp_minisocks.c | 613 newtp->snd_wnd = ntohs(tcp_hdr(skb)->window) << newtp->rx_opt.snd_wscale; in tcp_create_openreq_child() 694 const struct tcphdr *th = tcp_hdr(skb); in tcp_check_req() 759 if (tcp_accecn_ace(tcp_hdr(skb)) == 0x0) in tcp_check_req()
|
| H A D | tcp_input.c | 293 !(tcp_flag_word(tcp_hdr(skb)) & TCP_REMNANT))) { in tcp_measure_rcv_mss() 501 const struct tcphdr *th = tcp_hdr(skb); in __tcp_accecn_process() 3956 u32 nwin = ntohs(tcp_hdr(skb)->window); in tcp_ack_update_window() 3958 if (likely(!tcp_hdr(skb)->syn)) in tcp_ack_update_window() 4025 !tcp_hdr(skb)->syn) in tcp_oow_rate_limited() 4372 if (tcp_ecn_rcv_ecn_echo(tp, tcp_hdr(skb))) in tcp_ack() 4571 const struct tcphdr *th = tcp_hdr(skb); in tcp_parse_options() 4795 const struct tcphdr *th = tcp_hdr(skb); in tcp_disordered_ack_check() 5627 __skb_pull(skb, tcp_hdr(skb)->doff * 4); in tcp_data_queue() 7156 const struct tcphdr *th = tcp_hdr(skb); in tcp_rcv_state_process() [all …]
|
| H A D | tcp_fastopen.c | 356 tp->snd_wnd = ntohs(tcp_hdr(skb)->window); in tcp_fastopen_create_child()
|
| H A D | ip_output.c | 1645 tcp_hdr(skb)->source, tcp_hdr(skb)->dest, in ip_send_unicast_reply()
|
| /linux/net/tls/ |
| H A D | tls_device_fallback.c | 154 struct tcphdr *th = tcp_hdr(skb); 222 u32 tcp_seq = ntohl(tcp_hdr(skb)->seq); in fill_sg_in()
|
| /linux/net/core/ |
| H A D | tso.c | 73 tso->tcp_seq = (tlen != sizeof(struct udphdr)) ? ntohl(tcp_hdr(skb)->seq) : 0; in tso_start()
|
| /linux/drivers/net/ethernet/fungible/funeth/ |
| H A D | funeth_tx.c | 119 seq = ntohl(tcp_hdr(skb)->seq); in fun_tls_tx() 246 th = tcp_hdr(skb); in write_pkt_desc()
|
| /linux/drivers/net/ethernet/sfc/siena/ |
| H A D | tx_common.c | 323 (tcp_hdr(skb)->doff << 2u); in efx_tx_tso_header_length()
|
| /linux/net/openvswitch/ |
| H A D | flow.c | 722 struct tcphdr *tcp = tcp_hdr(skb); in key_extract_l3l4() 846 struct tcphdr *tcp = tcp_hdr(skb); in key_extract_l3l4()
|
| H A D | actions.c | 332 inet_proto_csum_replace4(&tcp_hdr(skb)->check, skb, in update_ip_l4_checksum() 365 inet_proto_csum_replace16(&tcp_hdr(skb)->check, skb, in update_ipv6_checksum() 641 th = tcp_hdr(skb); in set_tcp()
|
| H A D | conntrack.c | 634 src = tcp_hdr(skb)->source; in ovs_nat_update_key() 656 dst = tcp_hdr(skb)->dest; in ovs_nat_update_key()
|
| /linux/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() 1240 hlen += tcp_hdr(skb)->doff * 4; in vnet_handle_offloads()
|
| /linux/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x_cmn.c | 716 th = tcp_hdr(skb); in bnx2x_gro_ip_csum() 728 th = tcp_hdr(skb); in bnx2x_gro_ipv6_csum() 3507 pbd->tcp_send_seq = bswab32(tcp_hdr(skb)->seq); in bnx2x_set_pbd_gso() 3508 pbd->tcp_flags = pbd_tcp_flags(tcp_hdr(skb)); in bnx2x_set_pbd_gso() 3638 pbd->tcp_pseudo_csum = bswab16(tcp_hdr(skb)->check); in bnx2x_set_pbd_csum()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| H A D | ktls_tx.c | 860 seq = ntohl(tcp_hdr(skb)->seq); in mlx5e_ktls_handle_tx_skb()
|