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:IFA_F_TEMPORARY
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
if_addr.h
45
#define
IFA_F_TEMPORARY
IFA_F_SECONDARY
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
if_addr.h
46
#define
IFA_F_TEMPORARY
IFA_F_SECONDARY
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
if_addr.h
46
#define
IFA_F_TEMPORARY
IFA_F_SECONDARY
macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
if_addr.h
32
#define
IFA_F_TEMPORARY
IFA_F_SECONDARY
macro
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
if_addr.h
46
#define
IFA_F_TEMPORARY
IFA_F_SECONDARY
macro
/kernel/linux/linux-5.10/net/ipv6/
H
A
D
addrconf.c
1148
if (ifa->flags&
IFA_F_TEMPORARY
) {
in ipv6_add_addr()
1281
if (ifp->flags&
IFA_F_TEMPORARY
) {
in ipv6_del_addr()
1405
cfg.ifa_flags =
IFA_F_TEMPORARY
;
in ipv6_create_tempaddr()
1611
ret = (!(score->ifa->flags &
IFA_F_TEMPORARY
)) ^ preftmp;
in ipv6_get_saddr_eval()
2051
if (ifp->flags&
IFA_F_TEMPORARY
) {
in addrconf_dad_stop()
3031
if (!(ifp->flags &
IFA_F_TEMPORARY
) &&
in inet6_addr_del()
4257
if (ifp->flags &
IFA_F_TEMPORARY
)
in addrconf_dad_completed()
4558
} else if ((ifp->flags&
IFA_F_TEMPORARY
) &&
in addrconf_verify_rtnl()
4733
(ifp->flags &
IFA_F_TEMPORARY
|| ifp->prefix_len != 64))
in inet6_addr_modify()
/kernel/linux/linux-6.6/net/ipv6/
H
A
D
addrconf.c
1179
if (ifa->flags&
IFA_F_TEMPORARY
) {
in ipv6_add_addr()
1313
if (ifp->flags&
IFA_F_TEMPORARY
) {
in ipv6_del_addr()
1437
cfg.ifa_flags =
IFA_F_TEMPORARY
;
in ipv6_create_tempaddr()
1643
ret = (!(score->ifa->flags &
IFA_F_TEMPORARY
)) ^ preftmp;
in ipv6_get_saddr_eval()
2079
if (ifp->flags&
IFA_F_TEMPORARY
) {
in addrconf_dad_stop()
3077
if (!(ifp->flags &
IFA_F_TEMPORARY
) &&
in inet6_addr_del()
4325
if (ifp->flags &
IFA_F_TEMPORARY
)
in addrconf_dad_completed()
4585
if ((ifp->flags&
IFA_F_TEMPORARY
) &&
in addrconf_verify_rtnl()
4802
(ifp->flags &
IFA_F_TEMPORARY
|| ifp->prefix_len != 64))
in inet6_addr_modify()
Completed in 17 milliseconds