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:tp_tstamp
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/net/packet/
H
A
D
internal.h
133
unsigned int
tp_tstamp
;
member
H
A
D
diag.c
21
pinfo.pdi_tstamp = po->
tp_tstamp
;
in pdiag_put_info()
H
A
D
af_packet.c
443
if (!(ts_status = tpacket_get_timestamp(skb, &ts, po->
tp_tstamp
)))
in __packet_set_timestamp()
2366
po->
tp_tstamp
| SOF_TIMESTAMPING_SOFTWARE);
in tpacket_rcv()
3921
po->
tp_tstamp
= val;
in packet_setsockopt()
4076
val = po->
tp_tstamp
;
in packet_getsockopt()
/kernel/linux/linux-6.6/net/packet/
H
A
D
internal.h
129
unsigned int
tp_tstamp
;
member
H
A
D
diag.c
21
pinfo.pdi_tstamp = READ_ONCE(po->
tp_tstamp
);
in pdiag_put_info()
H
A
D
af_packet.c
478
if (!(ts_status = tpacket_get_timestamp(skb, &ts, READ_ONCE(po->
tp_tstamp
))))
in __packet_set_timestamp()
2406
READ_ONCE(po->
tp_tstamp
) |
in tpacket_rcv()
3974
WRITE_ONCE(po->
tp_tstamp
, val);
in packet_setsockopt()
4128
val = READ_ONCE(po->
tp_tstamp
);
in packet_getsockopt()
Completed in 15 milliseconds