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:x25_sk
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/net/x25/
H
A
D
x25_timer.c
29
struct x25_sock *x25 =
x25_sk
(sk);
in x25_init_timers()
49
struct x25_sock *x25 =
x25_sk
(sk);
in x25_start_t2timer()
56
struct x25_sock *x25 =
x25_sk
(sk);
in x25_start_t21timer()
63
struct x25_sock *x25 =
x25_sk
(sk);
in x25_start_t22timer()
70
struct x25_sock *x25 =
x25_sk
(sk);
in x25_start_t23timer()
77
del_timer(&
x25_sk
(sk)->timer);
in x25_stop_timer()
82
struct x25_sock *x25 =
x25_sk
(sk);
in x25_display_timer()
98
switch (
x25_sk
(sk)->state) {
in x25_heartbeat_expiry()
133
struct x25_sock *x25 =
x25_sk
(sk);
in x25_do_timer_expiry()
164
if (
x25_sk
(s
in x25_timer_expiry()
[all...]
H
A
D
x25_subr.c
36
struct x25_sock *x25 =
x25_sk
(sk);
in x25_clear_queues()
54
struct x25_sock *x25 =
x25_sk
(sk);
in x25_frames_acked()
77
while ((skb = skb_dequeue(&
x25_sk
(sk)->ack_queue)) != NULL) {
in x25_requeue_frames()
92
struct x25_sock *x25 =
x25_sk
(sk);
in x25_validate_nr()
111
struct x25_sock *x25 =
x25_sk
(sk);
in x25_write_internal()
263
struct x25_sock *x25 =
x25_sk
(sk);
in x25_decode()
341
struct x25_sock *x25 =
x25_sk
(sk);
in x25_disconnect()
374
struct x25_sock *x25 =
x25_sk
(sk);
in x25_check_rbuf()
H
A
D
af_x25.c
212
if (
x25_sk
(s)->neighbour &&
x25_sk
(s)->neighbour->dev == dev)
in x25_kill_by_device()
285
x25_sk
(s)->source_addr.x25_addr) ||
in x25_find_listener()
286
!strcmp(
x25_sk
(s)->source_addr.x25_addr,
in x25_find_listener()
293
if (
x25_sk
(s)->cudmatchlength > 0 &&
in x25_find_listener()
294
skb->len >=
x25_sk
(s)->cudmatchlength) {
in x25_find_listener()
295
if((memcmp(
x25_sk
(s)->calluserdata.cuddata,
in x25_find_listener()
297
x25_sk
(s)->cudmatchlength)) == 0) {
in x25_find_listener()
323
if (
x25_sk
(s)->lci == lci &&
x25_sk
(
in __x25_find_socket()
[all...]
H
A
D
x25_out.c
53
struct x25_sock *x25 =
x25_sk
(sk);
in x25_output()
118
struct x25_sock *x25 =
x25_sk
(sk);
in x25_send_iframe()
141
struct x25_sock *x25 =
x25_sk
(sk);
in x25_kick()
215
struct x25_sock *x25 =
x25_sk
(sk);
in x25_enquiry_response()
H
A
D
x25_in.c
35
struct x25_sock *x25 =
x25_sk
(sk);
in x25_queue_rx_frame()
91
struct x25_sock *x25 =
x25_sk
(sk);
in x25_state1_machine()
212
struct x25_sock *x25 =
x25_sk
(sk);
in x25_state3_machine()
346
struct x25_sock *x25 =
x25_sk
(sk);
in x25_state4_machine()
392
struct x25_sock *x25 =
x25_sk
(sk);
in x25_state5_machine()
417
struct x25_sock *x25 =
x25_sk
(sk);
in x25_process_rx_frame()
H
A
D
x25_proc.c
92
x25 =
x25_sk
(s);
in x25_seq_socket_show()
H
A
D
x25_facilities.c
268
struct x25_sock *x25 =
x25_sk
(sk);
in x25_negotiate_facilities()
/kernel/linux/linux-6.6/net/x25/
H
A
D
x25_timer.c
29
struct x25_sock *x25 =
x25_sk
(sk);
in x25_init_timers()
49
struct x25_sock *x25 =
x25_sk
(sk);
in x25_start_t2timer()
56
struct x25_sock *x25 =
x25_sk
(sk);
in x25_start_t21timer()
63
struct x25_sock *x25 =
x25_sk
(sk);
in x25_start_t22timer()
70
struct x25_sock *x25 =
x25_sk
(sk);
in x25_start_t23timer()
77
del_timer(&
x25_sk
(sk)->timer);
in x25_stop_timer()
82
struct x25_sock *x25 =
x25_sk
(sk);
in x25_display_timer()
98
switch (
x25_sk
(sk)->state) {
in x25_heartbeat_expiry()
133
struct x25_sock *x25 =
x25_sk
(sk);
in x25_do_timer_expiry()
164
if (
x25_sk
(s
in x25_timer_expiry()
[all...]
H
A
D
x25_subr.c
36
struct x25_sock *x25 =
x25_sk
(sk);
in x25_clear_queues()
54
struct x25_sock *x25 =
x25_sk
(sk);
in x25_frames_acked()
77
while ((skb = skb_dequeue(&
x25_sk
(sk)->ack_queue)) != NULL) {
in x25_requeue_frames()
92
struct x25_sock *x25 =
x25_sk
(sk);
in x25_validate_nr()
111
struct x25_sock *x25 =
x25_sk
(sk);
in x25_write_internal()
263
struct x25_sock *x25 =
x25_sk
(sk);
in x25_decode()
341
struct x25_sock *x25 =
x25_sk
(sk);
in x25_disconnect()
374
struct x25_sock *x25 =
x25_sk
(sk);
in x25_check_rbuf()
H
A
D
x25_out.c
53
struct x25_sock *x25 =
x25_sk
(sk);
in x25_output()
118
struct x25_sock *x25 =
x25_sk
(sk);
in x25_send_iframe()
141
struct x25_sock *x25 =
x25_sk
(sk);
in x25_kick()
215
struct x25_sock *x25 =
x25_sk
(sk);
in x25_enquiry_response()
H
A
D
af_x25.c
275
x25_sk
(s)->source_addr.x25_addr) ||
in x25_find_listener()
276
!strcmp(
x25_sk
(s)->source_addr.x25_addr,
in x25_find_listener()
283
if (
x25_sk
(s)->cudmatchlength > 0 &&
in x25_find_listener()
284
skb->len >=
x25_sk
(s)->cudmatchlength) {
in x25_find_listener()
285
if((memcmp(
x25_sk
(s)->calluserdata.cuddata,
in x25_find_listener()
287
x25_sk
(s)->cudmatchlength)) == 0) {
in x25_find_listener()
313
if (
x25_sk
(s)->lci == lci &&
x25_sk
(s)->neighbour == nb) {
in __x25_find_socket()
392
x25_sk
(skb->sk)->state = X25_STATE_0;
in __x25_destroy_socket()
442
set_bit(X25_Q_BIT_FLAG, &
x25_sk
(s
in x25_setsockopt()
[all...]
H
A
D
x25_in.c
35
struct x25_sock *x25 =
x25_sk
(sk);
in x25_queue_rx_frame()
91
struct x25_sock *x25 =
x25_sk
(sk);
in x25_state1_machine()
212
struct x25_sock *x25 =
x25_sk
(sk);
in x25_state3_machine()
346
struct x25_sock *x25 =
x25_sk
(sk);
in x25_state4_machine()
392
struct x25_sock *x25 =
x25_sk
(sk);
in x25_state5_machine()
417
struct x25_sock *x25 =
x25_sk
(sk);
in x25_process_rx_frame()
H
A
D
x25_proc.c
91
x25 =
x25_sk
(s);
in x25_seq_socket_show()
H
A
D
x25_facilities.c
268
struct x25_sock *x25 =
x25_sk
(sk);
in x25_negotiate_facilities()
/kernel/linux/linux-5.10/include/net/
H
A
D
x25.h
180
static inline struct x25_sock *
x25_sk
(const struct sock *sk)
in x25_sk()
function
/kernel/linux/linux-6.6/include/net/
H
A
D
x25.h
180
#define
x25_sk
(ptr) container_of_const(ptr, struct x25_sock, sk)
macro
Completed in 10 milliseconds