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:gtp_version
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/
H
A
D
gtp.c
50
u8
gtp_version
;
member
113
if (pdp->
gtp_version
== GTP_V0 &&
in gtp0_pdp_find()
129
if (pdp->
gtp_version
== GTP_V1 &&
in gtp1_pdp_find()
452
switch (pktinfo->pctx->
gtp_version
) {
in gtp_push_header()
527
switch (pctx->
gtp_version
) {
in gtp_build_skb_ip4()
905
pctx->
gtp_version
= nla_get_u32(info->attrs[GTPA_VERSION]);
in ipv4_pdp_fill()
912
switch (pctx->
gtp_version
) {
in ipv4_pdp_fill()
969
if (pctx->
gtp_version
== GTP_V0)
in gtp_pdp_add()
972
else if (pctx->
gtp_version
== GTP_V1)
in gtp_pdp_add()
990
switch (pctx->
gtp_version
) {
in gtp_pdp_add()
1119
u32
gtp_version
= nla_get_u32(nla[GTPA_VERSION]);
gtp_find_pdp_by_link()
local
[all...]
/kernel/linux/linux-6.6/drivers/net/
H
A
D
gtp.c
50
u8
gtp_version
;
member
85
u8
gtp_version
;
member
133
if (pdp->
gtp_version
== GTP_V0 &&
in gtp0_pdp_find()
149
if (pdp->
gtp_version
== GTP_V1 &&
in gtp1_pdp_find()
362
if (nla_put_u32(skb, GTPA_VERSION, echo.
gtp_version
) ||
in gtp_genl_fill_echo()
391
echo.
gtp_version
= GTP_V0;
in gtp0_handle_echo_resp()
554
echo.
gtp_version
= GTP_V1;
in gtp1u_handle_echo_resp()
787
switch (pktinfo->pctx->
gtp_version
) {
in gtp_push_header()
861
switch (pctx->
gtp_version
) {
in gtp_build_skb_ip4()
1313
pctx->
gtp_version
in ipv4_pdp_fill()
1527
u32
gtp_version
= nla_get_u32(nla[GTPA_VERSION]);
gtp_find_pdp_by_link()
local
[all...]
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
gtp.h
15
enum
gtp_version
{
enum
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
gtp.h
28
enum
gtp_version
{
enum
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
gtp.h
28
enum
gtp_version
{
enum
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
gtp.h
14
enum
gtp_version
{
enum
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
gtp.h
16
enum
gtp_version
{
enum
Completed in 5 milliseconds