Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:tcp_off
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H
A
D
test_tc_tunnel.c
80
int
tcp_off
;
in encap_ipv4()
local
112
tcp_off
= sizeof(iph6_inner);
in encap_ipv4()
118
tcp_off
= sizeof(iph_inner);
in encap_ipv4()
125
if (bpf_skb_load_bytes(skb, ETH_HLEN +
tcp_off
,
in encap_ipv4()
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H
A
D
tx_tso.c
48
* @
tcp_off
: Offset of TCP header
72
unsigned int
tcp_off
;
member
178
st->
tcp_off
= skb_transport_header(skb) - skb->data;
in tso_start()
179
header_len = st->
tcp_off
+ (tcp_hdr(skb)->doff << 2u);
in tso_start()
187
st->ip_base_len = st->header_len - st->
tcp_off
;
in tso_start()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H
A
D
tx_tso.c
48
* @
tcp_off
: Offset of TCP header
72
unsigned int
tcp_off
;
member
178
st->
tcp_off
= skb_transport_header(skb) - skb->data;
in tso_start()
179
header_len = st->
tcp_off
+ (tcp_hdr(skb)->doff << 2u);
in tso_start()
187
st->ip_base_len = st->header_len - st->
tcp_off
;
in tso_start()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H
A
D
test_tc_tunnel.c
100
int
tcp_off
;
in __encap_ipv4()
local
132
tcp_off
= sizeof(iph6_inner);
in __encap_ipv4()
138
tcp_off
= sizeof(iph_inner);
in __encap_ipv4()
145
if (bpf_skb_load_bytes(skb, ETH_HLEN +
tcp_off
,
in __encap_ipv4()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H
A
D
en_rx.c
1277
int
tcp_off
= rq->hw_gro_data->fk.control.thoff;
in mlx5e_shampo_update_ipv4_tcp_hdr()
local
1281
tcp = (struct tcphdr *)(skb->data +
tcp_off
);
in mlx5e_shampo_update_ipv4_tcp_hdr()
1285
tcp->check = ~tcp_v4_check(skb->len -
tcp_off
, ipv4->saddr,
in mlx5e_shampo_update_ipv4_tcp_hdr()
1301
int
tcp_off
= rq->hw_gro_data->fk.control.thoff;
in mlx5e_shampo_update_ipv6_tcp_hdr()
local
1305
tcp = (struct tcphdr *)(skb->data +
tcp_off
);
in mlx5e_shampo_update_ipv6_tcp_hdr()
1309
tcp->check = ~tcp_v6_check(skb->len -
tcp_off
, &ipv6->saddr,
in mlx5e_shampo_update_ipv6_tcp_hdr()
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
H
A
D
bnx2.c
6638
u32
tcp_off
= skb_transport_offset(skb) -
in bnx2_start_xmit()
local
6643
if (likely(
tcp_off
== 0))
in bnx2_start_xmit()
6646
tcp_off
>>= 3;
in bnx2_start_xmit()
6647
vlan_tag_flags |= ((
tcp_off
& 0x3) <<
in bnx2_start_xmit()
6649
((
tcp_off
& 0x10) <<
in bnx2_start_xmit()
6651
mss |= (
tcp_off
& 0xc) << TX_BD_TCP6_OFF2_SHL;
in bnx2_start_xmit()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/
H
A
D
bnx2.c
6622
u32
tcp_off
= skb_transport_offset(skb) -
in bnx2_start_xmit()
local
6627
if (likely(
tcp_off
== 0))
in bnx2_start_xmit()
6630
tcp_off
>>= 3;
in bnx2_start_xmit()
6631
vlan_tag_flags |= ((
tcp_off
& 0x3) <<
in bnx2_start_xmit()
6633
((
tcp_off
& 0x10) <<
in bnx2_start_xmit()
6635
mss |= (
tcp_off
& 0xc) << TX_BD_TCP6_OFF2_SHL;
in bnx2_start_xmit()
Completed in 24 milliseconds