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:err_hdr
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/sw/siw/
H
A
D
siw_qp.c
392
union iwarp_hdr *
err_hdr
= NULL;
in siw_send_terminate()
local
432
err_hdr
= kzalloc(sizeof(*
err_hdr
), GFP_KERNEL);
in siw_send_terminate()
433
if (!
err_hdr
) {
in siw_send_terminate()
469
rreq = (struct iwarp_rdma_rreq *)
err_hdr
;
in siw_send_terminate()
606
kfree(
err_hdr
);
in siw_send_terminate()
/kernel/linux/linux-6.6/drivers/infiniband/sw/siw/
H
A
D
siw_qp.c
395
union iwarp_hdr *
err_hdr
= NULL;
in siw_send_terminate()
local
435
err_hdr
= kzalloc(sizeof(*
err_hdr
), GFP_KERNEL);
in siw_send_terminate()
436
if (!
err_hdr
) {
in siw_send_terminate()
472
rreq = (struct iwarp_rdma_rreq *)
err_hdr
;
in siw_send_terminate()
609
kfree(
err_hdr
);
in siw_send_terminate()
/kernel/linux/linux-5.10/net/sctp/
H
A
D
sm_sideeffect.c
959
struct sctp_errhdr *
err_hdr
;
in sctp_cmd_process_operr()
local
963
err_hdr
= (struct sctp_errhdr *)(chunk->skb->data);
in sctp_cmd_process_operr()
972
switch (
err_hdr
->cause) {
in sctp_cmd_process_operr()
978
err_hdr
->variable;
in sctp_cmd_process_operr()
H
A
D
sm_make_chunk.c
157
chunk->subh.
err_hdr
= sctp_addto_chunk(chunk, sizeof(err), &err);
in sctp_init_cause()
/kernel/linux/linux-6.6/net/sctp/
H
A
D
sm_sideeffect.c
969
struct sctp_errhdr *
err_hdr
;
in sctp_cmd_process_operr()
local
973
err_hdr
= (struct sctp_errhdr *)(chunk->skb->data);
in sctp_cmd_process_operr()
982
switch (
err_hdr
->cause) {
in sctp_cmd_process_operr()
987
unk_chunk_hdr = (struct sctp_chunkhdr *)(
err_hdr
+ 1);
in sctp_cmd_process_operr()
H
A
D
sm_make_chunk.c
157
chunk->subh.
err_hdr
= sctp_addto_chunk(chunk, sizeof(err), &err);
in sctp_init_cause()
/kernel/linux/linux-5.10/include/linux/
H
A
D
sctp.h
444
struct sctp_errhdr
err_hdr
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
sctp.h
451
struct sctp_errhdr
err_hdr
;
member
/kernel/linux/linux-5.10/include/net/sctp/
H
A
D
structs.h
595
struct sctp_errhdr *
err_hdr
;
member
/kernel/linux/linux-6.6/include/net/sctp/
H
A
D
structs.h
601
struct sctp_errhdr *
err_hdr
;
member
Completed in 31 milliseconds