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:SIOCCHGTUNNEL
(Results
1 - 21
of
21
) sorted by relevance
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
if_tunnel.h
16
#define
SIOCCHGTUNNEL
(SIOCDEVPRIVATE + 3)
macro
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
if_tunnel.h
15
#define
SIOCCHGTUNNEL
(SIOCDEVPRIVATE + 3)
macro
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
if_tunnel.h
15
#define
SIOCCHGTUNNEL
(SIOCDEVPRIVATE + 3)
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
if_tunnel.h
29
#define
SIOCCHGTUNNEL
(SIOCDEVPRIVATE + 3)
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
if_tunnel.h
29
#define
SIOCCHGTUNNEL
(SIOCDEVPRIVATE + 3)
macro
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
ipip.c
335
if (cmd == SIOCADDTUNNEL || cmd ==
SIOCCHGTUNNEL
) {
in ipip_tunnel_ctl()
H
A
D
ip_vti.c
380
if (cmd == SIOCADDTUNNEL || cmd ==
SIOCCHGTUNNEL
) {
in vti_tunnel_ctl()
H
A
D
ip_gre.c
793
if (cmd == SIOCADDTUNNEL || cmd ==
SIOCCHGTUNNEL
) {
in ipgre_tunnel_ctl()
807
if (cmd ==
SIOCCHGTUNNEL
) {
in ipgre_tunnel_ctl()
H
A
D
ip_tunnel.c
925
case
SIOCCHGTUNNEL
:
in ip_tunnel_ctl()
950
if (dev != itn->fb_tunnel_dev && cmd ==
SIOCCHGTUNNEL
) {
in ip_tunnel_ctl()
/kernel/linux/linux-5.10/net/ipv6/
H
A
D
ip6_vti.c
785
* %
SIOCCHGTUNNEL
: change tunnel parameters to those given
830
case
SIOCCHGTUNNEL
:
in vti6_ioctl()
842
if (dev != ip6n->fb_tnl_dev && cmd ==
SIOCCHGTUNNEL
) {
in vti6_ioctl()
H
A
D
sit.c
1356
case
SIOCCHGTUNNEL
:
in ipip6_tunnel_ctl()
1371
case
SIOCCHGTUNNEL
:
in ipip6_tunnel_ioctl()
H
A
D
ip6_gre.c
1296
case
SIOCCHGTUNNEL
:
in ip6gre_tunnel_ioctl()
1317
if (dev != ign->fb_tunnel_dev && cmd ==
SIOCCHGTUNNEL
) {
in ip6gre_tunnel_ioctl()
H
A
D
ip6_tunnel.c
1637
* %
SIOCCHGTUNNEL
: change tunnel parameters to those given
1684
case
SIOCCHGTUNNEL
:
in ip6_tnl_ioctl()
1697
if (cmd ==
SIOCCHGTUNNEL
) {
in ip6_tnl_ioctl()
/kernel/linux/linux-6.6/net/ipv6/
H
A
D
ip6_vti.c
785
* %
SIOCCHGTUNNEL
: change tunnel parameters to those given
830
case
SIOCCHGTUNNEL
:
in vti6_siocdevprivate()
842
if (dev != ip6n->fb_tnl_dev && cmd ==
SIOCCHGTUNNEL
) {
in vti6_siocdevprivate()
H
A
D
sit.c
1358
case
SIOCCHGTUNNEL
:
in ipip6_tunnel_ctl()
1374
case
SIOCCHGTUNNEL
:
in ipip6_tunnel_siocdevprivate()
H
A
D
ip6_gre.c
1296
case
SIOCCHGTUNNEL
:
in ip6gre_tunnel_siocdevprivate()
1317
if (dev != ign->fb_tunnel_dev && cmd ==
SIOCCHGTUNNEL
) {
in ip6gre_tunnel_siocdevprivate()
H
A
D
ip6_tunnel.c
1611
* %
SIOCCHGTUNNEL
: change tunnel parameters to those given
1658
case
SIOCCHGTUNNEL
:
in ip6_tnl_siocdevprivate()
1671
if (cmd ==
SIOCCHGTUNNEL
) {
in ip6_tnl_siocdevprivate()
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
ip_vti.c
379
if (cmd == SIOCADDTUNNEL || cmd ==
SIOCCHGTUNNEL
) {
in vti_tunnel_ctl()
H
A
D
ipip.c
332
if (cmd == SIOCADDTUNNEL || cmd ==
SIOCCHGTUNNEL
) {
in ipip_tunnel_ctl()
H
A
D
ip_gre.c
789
if (cmd == SIOCADDTUNNEL || cmd ==
SIOCCHGTUNNEL
) {
in ipgre_tunnel_ctl()
803
if (cmd ==
SIOCCHGTUNNEL
) {
in ipgre_tunnel_ctl()
H
A
D
ip_tunnel.c
904
case
SIOCCHGTUNNEL
:
in ip_tunnel_ctl()
929
if (dev != itn->fb_tunnel_dev && cmd ==
SIOCCHGTUNNEL
) {
in ip_tunnel_ctl()
Completed in 32 milliseconds