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:ppp_proto
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/net/core/
H
A
D
flow_dissector.c
1330
u16
ppp_proto
;
in __skb_flow_dissect()
local
1346
ppp_proto
= ntohs(hdr->proto);
in __skb_flow_dissect()
1347
if (
ppp_proto
& 0x0100) {
in __skb_flow_dissect()
1348
ppp_proto
=
ppp_proto
>> 8;
in __skb_flow_dissect()
1354
if (
ppp_proto
== PPP_IP) {
in __skb_flow_dissect()
1357
} else if (
ppp_proto
== PPP_IPV6) {
in __skb_flow_dissect()
1360
} else if (
ppp_proto
== PPP_MPLS_UC) {
in __skb_flow_dissect()
1363
} else if (
ppp_proto
== PPP_MPLS_MC) {
in __skb_flow_dissect()
1366
} else if (ppp_proto_is_valid(
ppp_proto
)) {
in __skb_flow_dissect()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H
A
D
ice_tc_lib.h
74
__be16
ppp_proto
;
member
H
A
D
ice_tc_lib.c
475
vals->ppp_prot_id = headers->pppoe_hdr.
ppp_proto
;
in ice_tc_fill_rules()
1081
if (match->mask->
ppp_proto
) {
in ice_tc_set_pppoe()
1083
headers->pppoe_hdr.
ppp_proto
= match->key->
ppp_proto
;
in ice_tc_set_pppoe()
1574
* overwritten by encapsulated protocol (
ppp_proto
field) or set
in ice_parse_cls_flower()
/kernel/linux/linux-6.6/include/net/
H
A
D
flow_dissector.h
287
* @
ppp_proto
: ppp protocol
292
__be16
ppp_proto
;
member
/kernel/linux/linux-6.6/net/sched/
H
A
D
cls_flower.c
1103
* which might get overwritten by
ppp_proto
in fl_set_key_pppoe()
1116
key_val->
ppp_proto
=
in fl_set_key_pppoe()
1118
key_mask->
ppp_proto
= cpu_to_be16(~0);
in fl_set_key_pppoe()
1120
if (key_val->
ppp_proto
== htons(PPP_IP)) {
in fl_set_key_pppoe()
1123
} else if (key_val->
ppp_proto
== htons(PPP_IPV6)) {
in fl_set_key_pppoe()
1126
} else if (key_val->
ppp_proto
== htons(PPP_MPLS_UC)) {
in fl_set_key_pppoe()
1129
} else if (key_val->
ppp_proto
== htons(PPP_MPLS_MC)) {
in fl_set_key_pppoe()
3321
if (mask->basic.n_proto && mask->pppoe.
ppp_proto
) {
in fl_dump_key()
3323
key->pppoe.
ppp_proto
))
in fl_dump_key()
Completed in 10 milliseconds