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:sec_path
(Results
1 - 25
of
50
) sorted by relevance
1
2
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H
A
D
ipsec_rxtx.c
278
struct
sec_path
*sp;
in mlx5e_ipsec_tx_build_eseg()
325
struct
sec_path
*sp;
in mlx5e_ipsec_handle_tx_skb()
381
struct
sec_path
*sp;
in mlx5e_ipsec_build_sp()
461
struct
sec_path
*sp;
in mlx5e_ipsec_offload_handle_rx_skb()
505
struct
sec_path
*sp = skb_sec_path(skb);
in mlx5e_ipsec_feature_check()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H
A
D
ipsec_rxtx.c
225
struct
sec_path
*sp;
in mlx5e_ipsec_tx_build_eseg()
269
struct
sec_path
*sp;
in mlx5e_ipsec_handle_tx_skb()
321
struct
sec_path
*sp;
in mlx5e_ipsec_offload_handle_rx_skb()
H
A
D
ipsec_rxtx.h
94
struct
sec_path
*sp = skb_sec_path(skb);
in mlx5e_ipsec_feature_check()
/kernel/linux/linux-5.10/security/selinux/
H
A
D
xfrm.c
231
struct
sec_path
*sp = skb_sec_path(skb);
in selinux_xfrm_skb_sid_ingress()
409
struct
sec_path
*sp = skb_sec_path(skb);
in selinux_xfrm_sock_rcv_skb()
/kernel/linux/linux-6.6/security/selinux/
H
A
D
xfrm.c
228
struct
sec_path
*sp = skb_sec_path(skb);
in selinux_xfrm_skb_sid_ingress()
406
struct
sec_path
*sp = skb_sec_path(skb);
in selinux_xfrm_sock_rcv_skb()
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
esp4_offload.c
46
struct
sec_path
*sp = secpath_set(skb);
in esp4_gro_receive()
198
struct
sec_path
*sp;
in esp4_gso_segment()
/kernel/linux/linux-5.10/net/ipv6/
H
A
D
esp6_offload.c
68
struct
sec_path
*sp = secpath_set(skb);
in esp6_gro_receive()
236
struct
sec_path
*sp;
in esp6_gso_segment()
H
A
D
xfrm6_input.c
183
struct
sec_path
*sp;
in xfrm6_input_addr()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
esp4_offload.c
47
struct
sec_path
*sp = secpath_set(skb);
in esp4_gro_receive()
201
struct
sec_path
*sp;
in esp4_gso_segment()
/kernel/linux/linux-6.6/net/ipv6/
H
A
D
esp6_offload.c
69
struct
sec_path
*sp = secpath_set(skb);
in esp6_gro_receive()
239
struct
sec_path
*sp;
in esp6_gso_segment()
H
A
D
xfrm6_input.c
183
struct
sec_path
*sp;
in xfrm6_input_addr()
/kernel/linux/linux-5.10/net/xfrm/
H
A
D
xfrm_input.c
117
struct
sec_path
*secpath_set(struct sk_buff *skb)
in secpath_set()
119
struct
sec_path
*sp, *tmp = skb_ext_find(skb, SKB_EXT_SEC_PATH);
in secpath_set()
476
struct
sec_path
*sp;
in xfrm_input()
H
A
D
xfrm_device.c
122
struct
sec_path
*sp;
in validate_xmit_xfrm()
/kernel/linux/linux-6.6/net/xfrm/
H
A
D
xfrm_input.c
119
struct
sec_path
*secpath_set(struct sk_buff *skb)
in secpath_set()
121
struct
sec_path
*sp, *tmp = skb_ext_find(skb, SKB_EXT_SEC_PATH);
in secpath_set()
463
struct
sec_path
*sp;
in xfrm_input()
/kernel/linux/linux-5.10/net/netfilter/
H
A
D
nft_xfrm.c
161
const struct
sec_path
*sp = skb_sec_path(pkt->skb);
in nft_xfrm_get_eval_in()
H
A
D
xt_policy.c
56
const struct
sec_path
*sp = skb_sec_path(skb);
in match_policy_in()
/kernel/linux/linux-6.6/net/netfilter/
H
A
D
xt_policy.c
56
const struct
sec_path
*sp = skb_sec_path(skb);
in match_policy_in()
H
A
D
nft_xfrm.c
163
const struct
sec_path
*sp = skb_sec_path(pkt->skb);
in nft_xfrm_get_eval_in()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbevf/
H
A
D
ipsec.c
464
struct
sec_path
*sp;
in ixgbevf_ipsec_tx()
562
struct
sec_path
*sp;
in ixgbevf_ipsec_rx()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbevf/
H
A
D
ipsec.c
470
struct
sec_path
*sp;
in ixgbevf_ipsec_tx()
568
struct
sec_path
*sp;
in ixgbevf_ipsec_rx()
/kernel/linux/linux-5.10/drivers/net/netdevsim/
H
A
D
ipsec.c
230
struct
sec_path
*sp = skb_sec_path(skb);
in nsim_ipsec_tx()
/kernel/linux/linux-6.6/drivers/net/netdevsim/
H
A
D
ipsec.c
235
struct
sec_path
*sp = skb_sec_path(skb);
in nsim_ipsec_tx()
/kernel/linux/linux-5.10/include/net/
H
A
D
xfrm.h
1034
struct
sec_path
{
struct
1043
struct
sec_path
*secpath_set(struct sk_buff *skb);
1858
struct
sec_path
*sp = skb_sec_path(skb);
in xfrm_input_state()
1867
struct
sec_path
*sp = skb_sec_path(skb);
in xfrm_offload()
/kernel/linux/linux-6.6/include/net/
H
A
D
xfrm.h
1054
struct
sec_path
{
struct
1063
struct
sec_path
*secpath_set(struct sk_buff *skb);
1114
struct
sec_path
*sp = skb_sec_path(skb);
in xfrm_input_state()
1123
struct
sec_path
*sp = skb_sec_path(skb);
in xfrm_offload()
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/crypto/
H
A
D
ipsec.c
585
struct
sec_path
*sp;
in nfp_net_ipsec_rx()
Completed in 26 milliseconds
1
2