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:acl_entry
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/
H
A
D
dpaa2-switch-flower.c
495
struct dpaa2_switch_acl_entry *
acl_entry
;
in dpaa2_switch_cls_flower_replace_acl()
local
505
acl_entry
= kzalloc(sizeof(*
acl_entry
), GFP_KERNEL);
in dpaa2_switch_cls_flower_replace_acl()
506
if (!
acl_entry
)
in dpaa2_switch_cls_flower_replace_acl()
509
err = dpaa2_switch_flower_parse_key(cls, &
acl_entry
->key);
in dpaa2_switch_cls_flower_replace_acl()
515
&
acl_entry
->cfg.result, extack);
in dpaa2_switch_cls_flower_replace_acl()
519
acl_entry
->prio = cls->common.prio;
in dpaa2_switch_cls_flower_replace_acl()
520
acl_entry
->cookie = cls->cookie;
in dpaa2_switch_cls_flower_replace_acl()
522
err = dpaa2_switch_acl_tbl_add_entry(block,
acl_entry
);
in dpaa2_switch_cls_flower_replace_acl()
529
kfree(
acl_entry
);
in dpaa2_switch_cls_flower_replace_acl()
672
struct dpaa2_switch_
acl_entry
*
acl_entry
;
dpaa2_switch_cls_flower_destroy()
local
696
struct dpaa2_switch_
acl_entry
*
acl_entry
;
dpaa2_switch_cls_matchall_replace_acl()
local
868
struct dpaa2_switch_
acl_entry
*
acl_entry
;
dpaa2_switch_cls_matchall_destroy()
local
[all...]
H
A
D
dpaa2-switch.c
3096
struct dpaa2_switch_acl_entry
acl_entry
= {0};
in dpaa2_switch_port_trap_mac_addr()
local
3099
ether_addr_copy(
acl_entry
.key.match.l2_dest_mac, mac);
in dpaa2_switch_port_trap_mac_addr()
3100
eth_broadcast_addr(
acl_entry
.key.mask.l2_dest_mac);
in dpaa2_switch_port_trap_mac_addr()
3103
acl_entry
.cfg.precedence = 0;
in dpaa2_switch_port_trap_mac_addr()
3104
acl_entry
.cfg.result.action = DPSW_ACL_ACTION_REDIRECT_TO_CTRL_IF;
in dpaa2_switch_port_trap_mac_addr()
3106
return dpaa2_switch_acl_entry_add(port_priv->filter_block, &
acl_entry
);
in dpaa2_switch_port_trap_mac_addr()
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_acl.c
59
ace = &aclp->
acl_entry
[i];
in xfs_acl_from_disk()
104
ace = &aclp->
acl_entry
[i];
in xfs_acl_to_disk()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_acl.c
61
ace = &aclp->
acl_entry
[i];
in xfs_acl_from_disk()
106
ace = &aclp->
acl_entry
[i];
in xfs_acl_to_disk()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_format.h
1906
struct xfs_acl_entry
acl_entry
[];
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_format.h
1801
struct xfs_acl_entry
acl_entry
[];
Completed in 16 milliseconds