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:AH_SKB_CB
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
ah4.c
23
#define
AH_SKB_CB
(__skb) ((struct ah_skb_cb *)&((__skb)->cb[0]))
macro
131
iph =
AH_SKB_CB
(skb)->tmp;
in ah_output_done()
143
kfree(
AH_SKB_CB
(skb)->tmp);
in ah_output_done()
237
AH_SKB_CB
(skb)->tmp = iph;
in ah_output()
280
work_iph =
AH_SKB_CB
(skb)->tmp;
in ah_input_done()
299
kfree(
AH_SKB_CB
(skb)->tmp);
in ah_input_done()
412
AH_SKB_CB
(skb)->tmp = work_iph;
in ah_input()
/kernel/linux/linux-5.10/net/ipv6/
H
A
D
ah6.c
47
#define
AH_SKB_CB
(__skb) ((struct ah_skb_cb *)&((__skb)->cb[0]))
macro
303
iph_base =
AH_SKB_CB
(skb)->tmp;
in ah6_output_done()
318
kfree(
AH_SKB_CB
(skb)->tmp);
in ah6_output_done()
428
AH_SKB_CB
(skb)->tmp = iph_base;
in ah6_output()
472
work_iph =
AH_SKB_CB
(skb)->tmp;
in ah6_input_done()
490
kfree(
AH_SKB_CB
(skb)->tmp);
in ah6_input_done()
615
AH_SKB_CB
(skb)->tmp = work_iph;
in ah6_input()
/kernel/linux/linux-6.6/net/ipv6/
H
A
D
ah6.c
47
#define
AH_SKB_CB
(__skb) ((struct ah_skb_cb *)&((__skb)->cb[0]))
macro
300
iph_base =
AH_SKB_CB
(skb)->tmp;
in ah6_output_done()
315
kfree(
AH_SKB_CB
(skb)->tmp);
in ah6_output_done()
425
AH_SKB_CB
(skb)->tmp = iph_base;
in ah6_output()
469
work_iph =
AH_SKB_CB
(skb)->tmp;
in ah6_input_done()
487
kfree(
AH_SKB_CB
(skb)->tmp);
in ah6_input_done()
612
AH_SKB_CB
(skb)->tmp = work_iph;
in ah6_input()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
ah4.c
23
#define
AH_SKB_CB
(__skb) ((struct ah_skb_cb *)&((__skb)->cb[0]))
macro
131
iph =
AH_SKB_CB
(skb)->tmp;
in ah_output_done()
143
kfree(
AH_SKB_CB
(skb)->tmp);
in ah_output_done()
237
AH_SKB_CB
(skb)->tmp = iph;
in ah_output()
280
work_iph =
AH_SKB_CB
(skb)->tmp;
in ah_input_done()
299
kfree(
AH_SKB_CB
(skb)->tmp);
in ah_input_done()
412
AH_SKB_CB
(skb)->tmp = work_iph;
in ah_input()
Completed in 4 milliseconds