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:is_ip
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/samples/bpf/
H
A
D
hbm_kern.h
79
bool
is_ip
;
member
121
pkti->
is_ip
= true;
in hbm_get_pkt_info()
125
pkti->
is_ip
= true;
in hbm_get_pkt_info()
129
pkti->
is_ip
= false;
in hbm_get_pkt_info()
/kernel/linux/linux-6.6/samples/bpf/
H
A
D
hbm_kern.h
77
bool
is_ip
;
member
119
pkti->
is_ip
= true;
in hbm_get_pkt_info()
123
pkti->
is_ip
= true;
in hbm_get_pkt_info()
127
pkti->
is_ip
= false;
in hbm_get_pkt_info()
/kernel/linux/linux-5.10/drivers/net/usb/
H
A
D
cdc_mbim.c
226
bool
is_ip
;
in cdc_mbim_tx_fixup()
local
245
is_ip
= is_ip_proto(vlan_eth_hdr(skb)->h_vlan_encapsulated_proto);
in cdc_mbim_tx_fixup()
248
is_ip
= is_ip_proto(eth_hdr(skb)->h_proto);
in cdc_mbim_tx_fixup()
272
if (!
is_ip
)
in cdc_mbim_tx_fixup()
278
if (
is_ip
)
in cdc_mbim_tx_fixup()
H
A
D
sierra_net.c
206
static inline int
is_ip
(struct sk_buff *skb)
in is_ip()
function
867
if (priv->link_up && check_ethip_packet(skb, dev) &&
is_ip
(skb)) {
in sierra_net_tx_fixup()
/kernel/linux/linux-6.6/drivers/net/usb/
H
A
D
cdc_mbim.c
228
bool
is_ip
;
in cdc_mbim_tx_fixup()
local
247
is_ip
= is_ip_proto(vlan_eth_hdr(skb)->h_vlan_encapsulated_proto);
in cdc_mbim_tx_fixup()
250
is_ip
= is_ip_proto(eth_hdr(skb)->h_proto);
in cdc_mbim_tx_fixup()
274
if (!
is_ip
)
in cdc_mbim_tx_fixup()
280
if (
is_ip
)
in cdc_mbim_tx_fixup()
H
A
D
sierra_net.c
206
static inline int
is_ip
(struct sk_buff *skb)
in is_ip()
function
869
if (priv->link_up && check_ethip_packet(skb, dev) &&
is_ip
(skb)) {
in sierra_net_tx_fixup()
/kernel/linux/linux-5.10/drivers/net/arcnet/
H
A
D
arcdevice.h
196
int
is_ip
; /* This is a ip plugin - not a raw thing */
member
H
A
D
rfc1051.c
50
.
is_ip
= 1,
H
A
D
rfc1201.c
52
.
is_ip
= 1, /* This is for sending IP and ARP packages */
H
A
D
arcnet.c
91
.
is_ip
= 0,
1157
if (arc_proto_map[soft->proto]->
is_ip
) {
in arcnet_rx()
/kernel/linux/linux-6.6/drivers/net/arcnet/
H
A
D
arcdevice.h
196
int
is_ip
; /* This is a ip plugin - not a raw thing */
member
H
A
D
rfc1051.c
50
.
is_ip
= 1,
H
A
D
rfc1201.c
52
.
is_ip
= 1, /* This is for sending IP and ARP packages */
H
A
D
arcnet.c
91
.
is_ip
= 0,
1152
if (arc_proto_map[soft->proto]->
is_ip
) {
in arcnet_rx()
Completed in 13 milliseconds