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:fn_bit
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/net/ipv6/
H
A
D
ip6_fib.c
132
static __be32 addr_bit_set(const void *token, int
fn_bit
)
in addr_bit_set()
argument
137
* 1 << ((~
fn_bit
^ BITOP_BE32_SWIZZLE) & 0x1f)
in addr_bit_set()
139
* htonl(1 << ((~
fn_bit
)&0x1F))
in addr_bit_set()
142
return (__force __be32)(1 << ((~
fn_bit
^ BITOP_BE32_SWIZZLE) & 0x1f)) &
in addr_bit_set()
143
addr[
fn_bit
>> 5];
in addr_bit_set()
767
if (plen < fn->
fn_bit
||
in fib6_add_1()
768
!ipv6_prefix_equal(&key->addr, addr, fn->
fn_bit
)) {
in fib6_add_1()
785
if (plen == fn->
fn_bit
) {
in fib6_add_1()
805
dir = addr_bit_set(addr, fn->
fn_bit
);
in fib6_add_1()
841
ln->
fn_bit
in fib6_add_1()
[all...]
H
A
D
route.c
889
if (fn->
fn_bit
!= key_plen)
in rt6_select()
/kernel/linux/linux-6.6/net/ipv6/
H
A
D
ip6_fib.c
133
static __be32 addr_bit_set(const void *token, int
fn_bit
)
in addr_bit_set()
argument
138
* 1 << ((~
fn_bit
^ BITOP_BE32_SWIZZLE) & 0x1f)
in addr_bit_set()
140
* htonl(1 << ((~
fn_bit
)&0x1F))
in addr_bit_set()
143
return (__force __be32)(1 << ((~
fn_bit
^ BITOP_BE32_SWIZZLE) & 0x1f)) &
in addr_bit_set()
144
addr[
fn_bit
>> 5];
in addr_bit_set()
768
if (plen < fn->
fn_bit
||
in fib6_add_1()
769
!ipv6_prefix_equal(&key->addr, addr, fn->
fn_bit
)) {
in fib6_add_1()
786
if (plen == fn->
fn_bit
) {
in fib6_add_1()
806
dir = addr_bit_set(addr, fn->
fn_bit
);
in fib6_add_1()
842
ln->
fn_bit
in fib6_add_1()
[all...]
H
A
D
route.c
892
if (fn->
fn_bit
!= key_plen)
in rt6_select()
/kernel/linux/linux-5.10/include/net/
H
A
D
ip6_fib.h
81
__u16
fn_bit
; /* bit key */
member
/kernel/linux/linux-6.6/include/net/
H
A
D
ip6_fib.h
82
__u16
fn_bit
; /* bit key */
member
Completed in 23 milliseconds