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:fou_add_req
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/tools/net/ynl/generated/
H
A
D
fou-user.h
25
struct
fou_add_req
{
struct
50
static inline struct
fou_add_req
*fou_add_req_alloc(void)
in fou_add_req_alloc()
52
return calloc(1, sizeof(struct
fou_add_req
));
in fou_add_req_alloc()
54
void fou_add_req_free(struct
fou_add_req
*req);
57
fou_add_req_set_port(struct
fou_add_req
*req, __u16 port /* big-endian */)
in fou_add_req_set_port()
63
fou_add_req_set_ipproto(struct
fou_add_req
*req, __u8 ipproto)
in fou_add_req_set_ipproto()
68
static inline void fou_add_req_set_type(struct
fou_add_req
*req, __u8 type)
in fou_add_req_set_type()
73
static inline void fou_add_req_set_remcsum_nopartial(struct
fou_add_req
*req)
in fou_add_req_set_remcsum_nopartial()
78
fou_add_req_set_local_v4(struct
fou_add_req
*req, __u32 local_v4)
in fou_add_req_set_local_v4()
84
fou_add_req_set_peer_v4(struct
fou_add_req
*re
[all...]
H
A
D
fou-user.c
66
void fou_add_req_free(struct
fou_add_req
*req)
in fou_add_req_free()
73
int fou_add(struct ynl_sock *ys, struct
fou_add_req
*req)
in fou_add()
Completed in 2 milliseconds