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:pppoe_hdr
(Results
1 - 19
of
19
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ppp/
H
A
D
pppoe.c
416
struct
pppoe_hdr
*ph;
in pppoe_rcv()
428
if (!pskb_may_pull(skb, sizeof(struct
pppoe_hdr
)))
in pppoe_rcv()
431
ph =
pppoe_hdr
(skb);
in pppoe_rcv()
441
ph =
pppoe_hdr
(skb);
in pppoe_rcv()
485
struct
pppoe_hdr
*ph;
in pppoe_disc_rcv()
496
if (!pskb_may_pull(skb, sizeof(struct
pppoe_hdr
)))
in pppoe_disc_rcv()
499
ph =
pppoe_hdr
(skb);
in pppoe_disc_rcv()
690
po->chan.hdrlen = (sizeof(struct
pppoe_hdr
) +
in pppoe_connect()
693
po->chan.mtu = dev->mtu - sizeof(struct
pppoe_hdr
) - 2;
in pppoe_connect()
752
sizeof(struct
pppoe_hdr
)
in pppoe_ioctl()
[all...]
/kernel/linux/linux-5.10/include/linux/
H
A
D
if_pppox.h
21
static inline struct
pppoe_hdr
*
pppoe_hdr
(const struct sk_buff *skb)
in pppoe_hdr()
function
23
return (struct
pppoe_hdr
*)skb_network_header(skb);
in pppoe_hdr()
/kernel/linux/linux-6.6/include/linux/
H
A
D
if_pppox.h
19
static inline struct
pppoe_hdr
*
pppoe_hdr
(const struct sk_buff *skb)
in pppoe_hdr()
function
21
return (struct
pppoe_hdr
*)skb_network_header(skb);
in pppoe_hdr()
/kernel/linux/linux-6.6/drivers/net/ppp/
H
A
D
pppoe.c
416
struct
pppoe_hdr
*ph;
in pppoe_rcv()
428
if (!pskb_may_pull(skb, sizeof(struct
pppoe_hdr
)))
in pppoe_rcv()
431
ph =
pppoe_hdr
(skb);
in pppoe_rcv()
441
ph =
pppoe_hdr
(skb);
in pppoe_rcv()
485
struct
pppoe_hdr
*ph;
in pppoe_disc_rcv()
496
if (!pskb_may_pull(skb, sizeof(struct
pppoe_hdr
)))
in pppoe_disc_rcv()
499
ph =
pppoe_hdr
(skb);
in pppoe_disc_rcv()
690
po->chan.hdrlen = (sizeof(struct
pppoe_hdr
) +
in pppoe_connect()
693
po->chan.mtu = dev->mtu - sizeof(struct
pppoe_hdr
) - 2;
in pppoe_connect()
752
sizeof(struct
pppoe_hdr
)
in pppoe_ioctl()
[all...]
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
if_pppox.h
140
struct
pppoe_hdr
{
struct
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
if_pppox.h
140
struct
pppoe_hdr
{
struct
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
if_pppox.h
97
struct
pppoe_hdr
{
struct
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
if_pppox.h
97
struct
pppoe_hdr
{
struct
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
if_pppox.h
86
struct
pppoe_hdr
{
struct
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H
A
D
ice_tc_lib.h
121
struct ice_tc_pppoe_hdr
pppoe_hdr
;
member
H
A
D
ice_protocol_type.h
421
struct ice_pppoe_hdr
pppoe_hdr
;
member
H
A
D
ice_tc_lib.c
464
vals = &list[i].h_u.
pppoe_hdr
;
in ice_tc_fill_rules()
465
masks = &list[i].m_u.
pppoe_hdr
;
in ice_tc_fill_rules()
470
vals->session_id = headers->
pppoe_hdr
.session_id;
in ice_tc_fill_rules()
475
vals->ppp_prot_id = headers->
pppoe_hdr
.ppp_proto;
in ice_tc_fill_rules()
1078
headers->
pppoe_hdr
.session_id = match->key->session_id;
in ice_tc_set_pppoe()
1083
headers->
pppoe_hdr
.ppp_proto = match->key->ppp_proto;
in ice_tc_set_pppoe()
H
A
D
ice_switch.c
5626
if (lkups[i].h_u.
pppoe_hdr
.ppp_prot_id ==
in ice_find_dummy_packet()
/kernel/linux/linux-6.6/include/net/netfilter/
H
A
D
nf_flow_table.h
343
sizeof(struct
pppoe_hdr
)));
in nf_flow_pppoe_proto()
/kernel/linux/linux-6.6/net/netfilter/
H
A
D
nf_flow_table_ip.c
145
struct
pppoe_hdr
*phdr;
in nf_flow_tuple_encap()
160
phdr = (struct
pppoe_hdr
*)skb_mac_header(skb);
in nf_flow_tuple_encap()
/kernel/linux/linux-6.6/net/core/
H
A
D
flow_dissector.c
1000
static bool is_pppoe_ses_hdr_valid(const struct
pppoe_hdr
*hdr)
in is_pppoe_ses_hdr_valid()
1327
struct
pppoe_hdr
hdr;
in __skb_flow_dissect()
/kernel/linux/linux-5.10/net/bridge/
H
A
D
br_netfilter_hooks.c
111
sizeof(struct
pppoe_hdr
)));
in pppoe_proto()
/kernel/linux/linux-6.6/net/bridge/
H
A
D
br_netfilter_hooks.c
115
sizeof(struct
pppoe_hdr
)));
in pppoe_proto()
/kernel/linux/linux-5.10/net/core/
H
A
D
flow_dissector.c
1182
struct
pppoe_hdr
hdr;
in __skb_flow_dissect()
Completed in 27 milliseconds