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:ENCAPS_OVERHEAD
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/orinoco/
H
A
D
main.c
143
#define
ENCAPS_OVERHEAD
(sizeof(encaps_hdr) + 2)
macro
146
#define ORINOCO_MAX_MTU (IEEE80211_MAX_DATA_LEN -
ENCAPS_OVERHEAD
)
318
if ((new_mtu +
ENCAPS_OVERHEAD
+ sizeof(struct ieee80211_hdr)) >
in orinoco_change_mtu()
385
if (skb_headroom(skb) <
ENCAPS_OVERHEAD
) {
in orinoco_process_xmit_skb()
399
eh = skb_push(skb,
ENCAPS_OVERHEAD
);
in orinoco_process_xmit_skb()
1025
if (length >=
ENCAPS_OVERHEAD
&&
in orinoco_rx()
1032
hdr = skb_push(skb, ETH_HLEN -
ENCAPS_OVERHEAD
);
in orinoco_rx()
2264
dev->needed_headroom =
ENCAPS_OVERHEAD
;
in orinoco_if_add()
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/orinoco/
H
A
D
main.c
143
#define
ENCAPS_OVERHEAD
(sizeof(encaps_hdr) + 2)
macro
146
#define ORINOCO_MAX_MTU (IEEE80211_MAX_DATA_LEN -
ENCAPS_OVERHEAD
)
318
if ((new_mtu +
ENCAPS_OVERHEAD
+ sizeof(struct ieee80211_hdr)) >
in orinoco_change_mtu()
385
if (skb_headroom(skb) <
ENCAPS_OVERHEAD
) {
in orinoco_process_xmit_skb()
399
eh = skb_push(skb,
ENCAPS_OVERHEAD
);
in orinoco_process_xmit_skb()
1025
if (length >=
ENCAPS_OVERHEAD
&&
in orinoco_rx()
1032
hdr = skb_push(skb, ETH_HLEN -
ENCAPS_OVERHEAD
);
in orinoco_rx()
2264
dev->needed_headroom =
ENCAPS_OVERHEAD
;
in orinoco_if_add()
Completed in 6 milliseconds