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_HDRLEN
(Results
1 - 23
of
23
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ppp/
H
A
D
ppp_deflate.c
212
wptr +=
PPP_HDRLEN
;
in z_compress()
215
olen =
PPP_HDRLEN
+ DEFLATE_OVHD;
in z_compress()
419
if (isize <=
PPP_HDRLEN
+ DEFLATE_OVHD) {
in z_decompress()
427
seq = get_unaligned_be16(ibuf +
PPP_HDRLEN
);
in z_decompress()
449
state->strm.next_in = ibuf +
PPP_HDRLEN
+ DEFLATE_OVHD;
in z_decompress()
450
state->strm.avail_in = isize - (
PPP_HDRLEN
+ DEFLATE_OVHD);
in z_decompress()
470
state->strm.avail_out = osize -
PPP_HDRLEN
;
in z_decompress()
H
A
D
bsd_comp.c
631
olen =
PPP_HDRLEN
+ BSD_OVHD;
in bsd_compress()
650
rptr +=
PPP_HDRLEN
;
in bsd_compress()
651
isize -=
PPP_HDRLEN
;
in bsd_compress()
741
db->bytes_out += olen -
PPP_HDRLEN
- BSD_OVHD;
in bsd_compress()
867
ibuf += (
PPP_HDRLEN
+ 2);
in bsd_decompress()
868
ilen = isize - (
PPP_HDRLEN
+ 2);
in bsd_decompress()
1114
db->comp_bytes += isize - BSD_OVHD -
PPP_HDRLEN
;
in bsd_decompress()
H
A
D
ppp_mppe.c
367
obuf +=
PPP_HDRLEN
;
in mppe_compress()
441
if (isize <=
PPP_HDRLEN
+ MPPE_OVHD) {
in mppe_decompress()
558
ibuf +=
PPP_HDRLEN
+ MPPE_OVHD;
in mppe_decompress()
559
isize -=
PPP_HDRLEN
+ MPPE_OVHD; /* -6 */
in mppe_decompress()
H
A
D
ppp_generic.c
1122
ppp->file.hdrlen =
PPP_HDRLEN
- 2; /* don't count proto bytes */
in ppp_dev_configure()
1342
if (skb_cow_head(skb,
PPP_HDRLEN
))
in ppp_start_xmit()
1488
dev->hard_header_len =
PPP_HDRLEN
;
in ppp_setup()
1558
ppp->xcomp->comp_extra +
PPP_HDRLEN
;
in pad_compress_skb()
1565
if (ppp->dev->hard_header_len >
PPP_HDRLEN
)
in pad_compress_skb()
1567
ppp->dev->hard_header_len -
PPP_HDRLEN
);
in pad_compress_skb()
2363
obuff_size = ppp->mru +
PPP_HDRLEN
+ 1;
in ppp_decompress_frame()
2366
obuff_size = ppp->mru +
PPP_HDRLEN
;
in ppp_decompress_frame()
H
A
D
pppoe.c
753
PPP_HDRLEN
,
in pppoe_ioctl()
770
-
PPP_HDRLEN
))
in pppoe_ioctl()
H
A
D
ppp_synctty.c
685
skb = dev_alloc_skb(ap->mru +
PPP_HDRLEN
+ 2);
in ppp_sync_input()
H
A
D
ppp_async.c
879
skb = dev_alloc_skb(ap->mru +
PPP_HDRLEN
+ 2);
in ppp_async_input()
/kernel/linux/linux-6.6/drivers/net/ppp/
H
A
D
ppp_deflate.c
212
wptr +=
PPP_HDRLEN
;
in z_compress()
215
olen =
PPP_HDRLEN
+ DEFLATE_OVHD;
in z_compress()
418
if (isize <=
PPP_HDRLEN
+ DEFLATE_OVHD) {
in z_decompress()
426
seq = get_unaligned_be16(ibuf +
PPP_HDRLEN
);
in z_decompress()
448
state->strm.next_in = ibuf +
PPP_HDRLEN
+ DEFLATE_OVHD;
in z_decompress()
449
state->strm.avail_in = isize - (
PPP_HDRLEN
+ DEFLATE_OVHD);
in z_decompress()
469
state->strm.avail_out = osize -
PPP_HDRLEN
;
in z_decompress()
H
A
D
bsd_comp.c
631
olen =
PPP_HDRLEN
+ BSD_OVHD;
in bsd_compress()
650
rptr +=
PPP_HDRLEN
;
in bsd_compress()
651
isize -=
PPP_HDRLEN
;
in bsd_compress()
741
db->bytes_out += olen -
PPP_HDRLEN
- BSD_OVHD;
in bsd_compress()
867
ibuf += (
PPP_HDRLEN
+ 2);
in bsd_decompress()
868
ilen = isize - (
PPP_HDRLEN
+ 2);
in bsd_decompress()
1114
db->comp_bytes += isize - BSD_OVHD -
PPP_HDRLEN
;
in bsd_decompress()
H
A
D
ppp_mppe.c
367
obuf +=
PPP_HDRLEN
;
in mppe_compress()
441
if (isize <=
PPP_HDRLEN
+ MPPE_OVHD) {
in mppe_decompress()
558
ibuf +=
PPP_HDRLEN
+ MPPE_OVHD;
in mppe_decompress()
559
isize -=
PPP_HDRLEN
+ MPPE_OVHD; /* -6 */
in mppe_decompress()
H
A
D
ppp_generic.c
1233
ppp->file.hdrlen =
PPP_HDRLEN
- 2; /* don't count proto bytes */
in ppp_dev_configure()
1453
if (skb_cow_head(skb,
PPP_HDRLEN
))
in ppp_start_xmit()
1621
dev->hard_header_len =
PPP_HDRLEN
;
in ppp_setup()
1691
ppp->xcomp->comp_extra +
PPP_HDRLEN
;
in pad_compress_skb()
1698
if (ppp->dev->hard_header_len >
PPP_HDRLEN
)
in pad_compress_skb()
1700
ppp->dev->hard_header_len -
PPP_HDRLEN
);
in pad_compress_skb()
2534
obuff_size = ppp->mru +
PPP_HDRLEN
+ 1;
in ppp_decompress_frame()
2537
obuff_size = ppp->mru +
PPP_HDRLEN
;
in ppp_decompress_frame()
H
A
D
ppp_synctty.c
673
skb = dev_alloc_skb(ap->mru +
PPP_HDRLEN
+ 2);
in ppp_sync_input()
H
A
D
pppoe.c
753
PPP_HDRLEN
,
in pppoe_ioctl()
770
-
PPP_HDRLEN
))
in pppoe_ioctl()
H
A
D
ppp_async.c
867
skb = dev_alloc_skb(ap->mru +
PPP_HDRLEN
+ 2);
in ppp_async_input()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
ppp_defs.h
9
#define
PPP_HDRLEN
4
macro
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
ppp_defs.h
19
#define
PPP_HDRLEN
4 /* octets for standard ppp header */
macro
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
ppp_defs.h
19
#define
PPP_HDRLEN
4 /* octets for standard ppp header */
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
ppp_defs.h
22
#define
PPP_HDRLEN
4
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
ppp_defs.h
22
#define
PPP_HDRLEN
4
macro
/kernel/linux/linux-5.10/net/atm/
H
A
D
pppoatm.c
416
pvcc->chan.mtu = atmvcc->qos.txtp.max_sdu -
PPP_HDRLEN
-
in pppoatm_assign_vcc()
/kernel/linux/linux-6.6/net/atm/
H
A
D
pppoatm.c
414
pvcc->chan.mtu = atmvcc->qos.txtp.max_sdu -
PPP_HDRLEN
-
in pppoatm_assign_vcc()
/kernel/linux/linux-5.10/net/core/
H
A
D
flow_dissector.c
603
u8 _ppp_hdr[
PPP_HDRLEN
];
in __skb_flow_dissect_gre()
627
offset +=
PPP_HDRLEN
;
in __skb_flow_dissect_gre()
/kernel/linux/linux-6.6/net/core/
H
A
D
flow_dissector.c
715
u8 _ppp_hdr[
PPP_HDRLEN
];
in __skb_flow_dissect_gre()
739
offset +=
PPP_HDRLEN
;
in __skb_flow_dissect_gre()
Completed in 29 milliseconds