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_opt_len
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
H
A
D
bnx2.c
6630
u32
tcp_opt_len
;
in bnx2_start_xmit()
local
6635
tcp_opt_len
= tcp_optlen(skb);
in bnx2_start_xmit()
6641
vlan_tag_flags |= ((
tcp_opt_len
>> 2) << 8) |
in bnx2_start_xmit()
6655
if (
tcp_opt_len
|| (iph->ihl > 5)) {
in bnx2_start_xmit()
6657
(
tcp_opt_len
>> 2)) << 8;
in bnx2_start_xmit()
H
A
D
tg3.c
7961
u32
tcp_opt_len
, hdr_len;
in tg3_start_xmit()
local
7967
tcp_opt_len
= tcp_optlen(skb);
in tg3_start_xmit()
8019
if (
tcp_opt_len
|| iph->ihl > 5) {
in tg3_start_xmit()
8022
tsflags = (iph->ihl - 5) + (
tcp_opt_len
>> 2);
in tg3_start_xmit()
8026
if (
tcp_opt_len
|| iph->ihl > 5) {
in tg3_start_xmit()
8029
tsflags = (iph->ihl - 5) + (
tcp_opt_len
>> 2);
in tg3_start_xmit()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/
H
A
D
bnx2.c
6614
u32
tcp_opt_len
;
in bnx2_start_xmit()
local
6619
tcp_opt_len
= tcp_optlen(skb);
in bnx2_start_xmit()
6625
vlan_tag_flags |= ((
tcp_opt_len
>> 2) << 8) |
in bnx2_start_xmit()
6639
if (
tcp_opt_len
|| (iph->ihl > 5)) {
in bnx2_start_xmit()
6641
(
tcp_opt_len
>> 2)) << 8;
in bnx2_start_xmit()
H
A
D
tg3.c
7945
u32
tcp_opt_len
, hdr_len;
in tg3_start_xmit()
local
7951
tcp_opt_len
= tcp_optlen(skb);
in tg3_start_xmit()
8003
if (
tcp_opt_len
|| iph->ihl > 5) {
in tg3_start_xmit()
8006
tsflags = (iph->ihl - 5) + (
tcp_opt_len
>> 2);
in tg3_start_xmit()
8010
if (
tcp_opt_len
|| iph->ihl > 5) {
in tg3_start_xmit()
8013
tsflags = (iph->ihl - 5) + (
tcp_opt_len
>> 2);
in tg3_start_xmit()
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt.c
1460
int len, nw_off,
tcp_opt_len
= 0;
in bnxt_gro_func_5730x()
local
1463
tcp_opt_len
= 12;
in bnxt_gro_func_5730x()
1468
nw_off = payload_off - BNXT_IPV4_HDR_SIZE -
tcp_opt_len
-
in bnxt_gro_func_5730x()
1479
nw_off = payload_off - BNXT_IPV6_HDR_SIZE -
tcp_opt_len
-
in bnxt_gro_func_5730x()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt.c
1511
int len, nw_off,
tcp_opt_len
= 0;
in bnxt_gro_func_5730x()
local
1514
tcp_opt_len
= 12;
in bnxt_gro_func_5730x()
1519
nw_off = payload_off - BNXT_IPV4_HDR_SIZE -
tcp_opt_len
-
in bnxt_gro_func_5730x()
1530
nw_off = payload_off - BNXT_IPV6_HDR_SIZE -
tcp_opt_len
-
in bnxt_gro_func_5730x()
Completed in 83 milliseconds