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:ipch
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/net/xfrm/
H
A
D
xfrm_ipcomp.c
110
struct ip_comp_hdr *
ipch
;
in ipcomp_input()
local
118
ipch
= (void *)skb->data;
in ipcomp_input()
119
nexthdr =
ipch
->nexthdr;
in ipcomp_input()
121
skb->transport_header = skb->network_header + sizeof(*
ipch
);
in ipcomp_input()
122
__skb_pull(skb, sizeof(*
ipch
));
in ipcomp_input()
170
struct ip_comp_hdr *
ipch
;
in ipcomp_output()
local
188
ipch
= ip_comp_hdr(skb);
in ipcomp_output()
189
ipch
->nexthdr = *skb_mac_header(skb);
in ipcomp_output()
190
ipch
->flags = 0;
in ipcomp_output()
191
ipch
in ipcomp_output()
[all...]
H
A
D
xfrm_interface_core.c
458
struct ip_comp_hdr *
ipch
;
in xfrmi4_err()
local
475
ipch
= (struct ip_comp_hdr *)(skb->data+(iph->ihl<<2));
in xfrmi4_err()
476
spi = htonl(ntohs(
ipch
->cpi));
in xfrmi4_err()
518
struct ip_comp_hdr *
ipch
;
in xfrmi6_err()
local
535
ipch
= (struct ip_comp_hdr *)(skb->data + offset);
in xfrmi6_err()
536
spi = htonl(ntohs(
ipch
->cpi));
in xfrmi6_err()
/kernel/linux/linux-6.6/net/xfrm/
H
A
D
xfrm_ipcomp.c
98
struct ip_comp_hdr *
ipch
;
in ipcomp_input()
local
106
ipch
= (void *)skb->data;
in ipcomp_input()
107
nexthdr =
ipch
->nexthdr;
in ipcomp_input()
109
skb->transport_header = skb->network_header + sizeof(*
ipch
);
in ipcomp_input()
110
__skb_pull(skb, sizeof(*
ipch
));
in ipcomp_input()
158
struct ip_comp_hdr *
ipch
;
in ipcomp_output()
local
176
ipch
= ip_comp_hdr(skb);
in ipcomp_output()
177
ipch
->nexthdr = *skb_mac_header(skb);
in ipcomp_output()
178
ipch
->flags = 0;
in ipcomp_output()
179
ipch
in ipcomp_output()
[all...]
H
A
D
xfrm_interface_core.c
592
struct ip_comp_hdr *
ipch
;
in xfrmi4_err()
local
609
ipch
= (struct ip_comp_hdr *)(skb->data+(iph->ihl<<2));
in xfrmi4_err()
610
spi = htonl(ntohs(
ipch
->cpi));
in xfrmi4_err()
653
struct ip_comp_hdr *
ipch
;
in xfrmi6_err()
local
670
ipch
= (struct ip_comp_hdr *)(skb->data + offset);
in xfrmi6_err()
671
spi = htonl(ntohs(
ipch
->cpi));
in xfrmi6_err()
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
ipcomp.c
27
struct ip_comp_hdr *
ipch
= (struct ip_comp_hdr *)(skb->data+(iph->ihl<<2));
in ipcomp4_err()
local
40
spi = htonl(ntohs(
ipch
->cpi));
in ipcomp4_err()
H
A
D
ip_vti.c
320
struct ip_comp_hdr *
ipch
;
in vti4_err()
local
343
ipch
= (struct ip_comp_hdr *)(skb->data+(iph->ihl<<2));
in vti4_err()
344
spi = htonl(ntohs(
ipch
->cpi));
in vti4_err()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
ipcomp.c
27
struct ip_comp_hdr *
ipch
= (struct ip_comp_hdr *)(skb->data+(iph->ihl<<2));
in ipcomp4_err()
local
41
spi = htonl(ntohs(
ipch
->cpi));
in ipcomp4_err()
H
A
D
ip_vti.c
320
struct ip_comp_hdr *
ipch
;
in vti4_err()
local
343
ipch
= (struct ip_comp_hdr *)(skb->data+(iph->ihl<<2));
in vti4_err()
344
spi = htonl(ntohs(
ipch
->cpi));
in vti4_err()
/kernel/linux/linux-5.10/net/ipv6/
H
A
D
ip6_vti.c
608
struct ip_comp_hdr *
ipch
;
in vti6_err()
local
629
ipch
= (struct ip_comp_hdr *)(skb->data + offset);
in vti6_err()
630
spi = htonl(ntohs(
ipch
->cpi));
in vti6_err()
/kernel/linux/linux-6.6/net/ipv6/
H
A
D
ip6_vti.c
607
struct ip_comp_hdr *
ipch
;
in vti6_err()
local
628
ipch
= (struct ip_comp_hdr *)(skb->data + offset);
in vti6_err()
629
spi = htonl(ntohs(
ipch
->cpi));
in vti6_err()
Completed in 14 milliseconds