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_proto
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/include/net/
H
A
D
if_inet6.h
78
u8
ifa_proto
;
member
H
A
D
addrconf.h
75
u8
ifa_proto
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
inetdevice.h
153
unsigned char
ifa_proto
;
member
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
devinet.c
906
ifa->
ifa_proto
= nla_get_u8(tb[IFA_PROTO]);
in rtm_to_ifaddr()
980
u8 new_proto = ifa->
ifa_proto
;
in inet_rtm_newaddr()
996
ifa->
ifa_proto
= new_proto;
in inet_rtm_newaddr()
1726
(ifa->
ifa_proto
&&
in inet_fill_ifaddr()
1727
nla_put_u8(skb, IFA_PROTO, ifa->
ifa_proto
)) ||
in inet_fill_ifaddr()
/kernel/linux/linux-6.6/net/ipv6/
H
A
D
addrconf.c
1149
ifa->
ifa_proto
= cfg->
ifa_proto
;
in ipv6_add_addr()
2634
.
ifa_proto
= IFAPROT_KERNEL_RA
in addrconf_prefix_rcv_add_addr()
3151
.
ifa_proto
= proto
in add_addr()
3256
.
ifa_proto
= IFAPROT_KERNEL_LL
in addrconf_add_linklocal()
4844
ifp->
ifa_proto
= cfg->
ifa_proto
;
in inet6_addr_modify()
4939
cfg.
ifa_proto
= nla_get_u8(tb[IFA_PROTO]);
in inet6_rtm_newaddr()
5128
if (ifa->
ifa_proto
&&
in inet6_fill_ifaddr()
5129
nla_put_u8(skb, IFA_PROTO, ifa->
ifa_proto
))
in inet6_fill_ifaddr()
[all...]
Completed in 15 milliseconds