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:tos_word_mask
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/flower/
H
A
D
action.c
559
struct iphdr *
tos_word_mask
;
in nfp_fl_set_ip4()
local
607
tos_word_mask
= (struct iphdr *)&mask;
in nfp_fl_set_ip4()
610
if (
tos_word_mask
->version ||
tos_word_mask
->ihl ||
in nfp_fl_set_ip4()
611
tos_word_mask
->tot_len) {
in nfp_fl_set_ip4()
616
set_ip_ttl_tos->ipv4_tos_mask |=
tos_word_mask
->tos;
in nfp_fl_set_ip4()
617
set_ip_ttl_tos->ipv4_tos &= ~
tos_word_mask
->tos;
in nfp_fl_set_ip4()
618
set_ip_ttl_tos->ipv4_tos |= tos_word->tos &
tos_word_mask
->tos;
in nfp_fl_set_ip4()
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/flower/
H
A
D
action.c
562
struct iphdr *
tos_word_mask
;
in nfp_fl_set_ip4()
local
610
tos_word_mask
= (struct iphdr *)&mask;
in nfp_fl_set_ip4()
613
if (
tos_word_mask
->version ||
tos_word_mask
->ihl ||
in nfp_fl_set_ip4()
614
tos_word_mask
->tot_len) {
in nfp_fl_set_ip4()
619
set_ip_ttl_tos->ipv4_tos_mask |=
tos_word_mask
->tos;
in nfp_fl_set_ip4()
620
set_ip_ttl_tos->ipv4_tos &= ~
tos_word_mask
->tos;
in nfp_fl_set_ip4()
621
set_ip_ttl_tos->ipv4_tos |= tos_word->tos &
tos_word_mask
->tos;
in nfp_fl_set_ip4()
Completed in 5 milliseconds