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:rule6
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/net/ipv6/
H
A
D
fib6_rules.c
358
struct fib6_rule *
rule6
= (struct fib6_rule *) rule;
in fib6_rule_configure()
local
373
rule6
->src.addr = nla_get_in6_addr(tb[FRA_SRC]);
in fib6_rule_configure()
376
rule6
->dst.addr = nla_get_in6_addr(tb[FRA_DST]);
in fib6_rule_configure()
378
rule6
->src.plen = frh->src_len;
in fib6_rule_configure()
379
rule6
->dst.plen = frh->dst_len;
in fib6_rule_configure()
380
rule6
->tclass = frh->tos;
in fib6_rule_configure()
405
struct fib6_rule *
rule6
= (struct fib6_rule *) rule;
in fib6_rule_compare()
local
407
if (frh->src_len && (
rule6
->src.plen != frh->src_len))
in fib6_rule_compare()
410
if (frh->dst_len && (
rule6
->dst.plen != frh->dst_len))
in fib6_rule_compare()
413
if (frh->tos && (
rule6
in fib6_rule_compare()
430
struct fib6_rule *
rule6
= (struct fib6_rule *) rule;
fib6_rule_fill()
local
[all...]
/kernel/linux/linux-6.6/net/ipv6/
H
A
D
fib6_rules.c
351
struct fib6_rule *
rule6
= (struct fib6_rule *) rule;
in fib6_rule_configure()
local
358
rule6
->dscp = inet_dsfield_to_dscp(frh->tos);
in fib6_rule_configure()
373
rule6
->src.addr = nla_get_in6_addr(tb[FRA_SRC]);
in fib6_rule_configure()
376
rule6
->dst.addr = nla_get_in6_addr(tb[FRA_DST]);
in fib6_rule_configure()
378
rule6
->src.plen = frh->src_len;
in fib6_rule_configure()
379
rule6
->dst.plen = frh->dst_len;
in fib6_rule_configure()
404
struct fib6_rule *
rule6
= (struct fib6_rule *) rule;
in fib6_rule_compare()
local
406
if (frh->src_len && (
rule6
->src.plen != frh->src_len))
in fib6_rule_compare()
409
if (frh->dst_len && (
rule6
->dst.plen != frh->dst_len))
in fib6_rule_compare()
412
if (frh->tos && inet_dscp_to_dsfield(
rule6
in fib6_rule_compare()
429
struct fib6_rule *
rule6
= (struct fib6_rule *) rule;
fib6_rule_fill()
local
[all...]
Completed in 2 milliseconds