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:dport_mask
(Results
1 - 22
of
22
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/
H
A
D
cxgb3_ioctl.h
161
uint16_t
dport_mask
;
member
H
A
D
common.h
417
u16
dport_mask
;
member
H
A
D
t3_hw.c
3008
mask[1] = (tp->sip_mask >> 16) | (tp->
dport_mask
<< 16);
in t3_config_trace_filter()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/
H
A
D
cxgb3_ioctl.h
161
uint16_t
dport_mask
;
member
H
A
D
common.h
417
u16
dport_mask
;
member
H
A
D
t3_hw.c
2943
mask[1] = (tp->sip_mask >> 16) | (tp->
dport_mask
<< 16);
in t3_config_trace_filter()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H
A
D
ipsec.c
384
attrs->upspec.
dport_mask
= ntohs(x->sel.
dport_mask
);
in mlx5e_ipsec_build_accel_xfrm_attrs()
1078
attrs->upspec.
dport_mask
= ntohs(sel->
dport_mask
);
in mlx5e_ipsec_build_accel_pol_attrs()
H
A
D
ipsec.h
57
u16
dport_mask
;
member
H
A
D
ipsec_fs.c
1032
udp_dport, upspec->
dport_mask
);
in setup_fte_upper_proto_match()
1046
tcp_dport, upspec->
dport_mask
);
in setup_fte_upper_proto_match()
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
xfrm.h
53
__be16
dport_mask
;
member
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
xfrm.h
53
__be16
dport_mask
;
member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
xfrm.h
35
__be16
dport_mask
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
xfrm.h
48
__be16
dport_mask
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
xfrm.h
48
__be16
dport_mask
;
member
/kernel/linux/linux-5.10/net/ipv6/
H
A
D
mip6.c
237
sel.
dport_mask
= htons(~0);
in mip6_destopt_reject()
/kernel/linux/linux-6.6/net/ipv6/
H
A
D
mip6.c
237
sel.
dport_mask
= htons(~0);
in mip6_destopt_reject()
/kernel/linux/linux-5.10/net/key/
H
A
D
af_key.c
2300
xp->selector.
dport_mask
= htons(0xffff);
in pfkey_spdadd()
2402
sel.
dport_mask
= htons(0xffff);
in pfkey_spddelete()
2611
sel.
dport_mask
= htons(0xffff);
in pfkey_migrate()
/kernel/linux/linux-6.6/net/key/
H
A
D
af_key.c
2295
xp->selector.
dport_mask
= htons(0xffff);
in pfkey_spdadd()
2397
sel.
dport_mask
= htons(0xffff);
in pfkey_spddelete()
2606
sel.
dport_mask
= htons(0xffff);
in pfkey_migrate()
/kernel/linux/linux-5.10/net/xfrm/
H
A
D
xfrm_state.c
861
sel->
dport_mask
= htons(0xffff);
in __xfrm4_init_tempsel()
880
sel->
dport_mask
= htons(0xffff);
in __xfrm6_init_tempsel()
H
A
D
xfrm_policy.c
204
!((xfrm_flowi_dport(fl, &fl4->uli) ^ sel->dport) & sel->
dport_mask
) &&
in __xfrm4_selector_match()
217
!((xfrm_flowi_dport(fl, &fl6->uli) ^ sel->dport) & sel->
dport_mask
) &&
in __xfrm6_selector_match()
/kernel/linux/linux-6.6/net/xfrm/
H
A
D
xfrm_state.c
909
sel->
dport_mask
= htons(0xffff);
in __xfrm4_init_tempsel()
928
sel->
dport_mask
= htons(0xffff);
in __xfrm6_init_tempsel()
H
A
D
xfrm_policy.c
204
!((xfrm_flowi_dport(fl, &fl4->uli) ^ sel->dport) & sel->
dport_mask
) &&
in __xfrm4_selector_match()
217
!((xfrm_flowi_dport(fl, &fl6->uli) ^ sel->dport) & sel->
dport_mask
) &&
in __xfrm6_selector_match()
Completed in 71 milliseconds