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:dst_xfrm
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/net/netfilter/
H
A
D
nf_flow_table_ip.c
225
if (unlikely(
dst_xfrm
(dst)))
in nf_flow_offload_dst_check()
298
if (unlikely(
dst_xfrm
(&rt->dst))) {
in nf_flow_offload_ip_hook()
539
if (unlikely(
dst_xfrm
(&rt->dst))) {
in nf_flow_offload_ipv6_hook()
/kernel/linux/linux-5.10/include/net/
H
A
D
dst.h
487
static inline struct xfrm_state *
dst_xfrm
(const struct dst_entry *dst)
in dst_xfrm()
function
508
static inline struct xfrm_state *
dst_xfrm
(const struct dst_entry *dst)
in dst_xfrm()
function
/kernel/linux/linux-6.6/include/net/
H
A
D
dst.h
519
static inline struct xfrm_state *
dst_xfrm
(const struct dst_entry *dst)
in dst_xfrm()
function
540
static inline struct xfrm_state *
dst_xfrm
(const struct dst_entry *dst)
in dst_xfrm()
function
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
gre_offload.c
52
need_ipsec = skb_dst(skb) &&
dst_xfrm
(skb_dst(skb));
in gre_gso_segment()
H
A
D
udp_offload.c
64
need_ipsec = skb_dst(skb) &&
dst_xfrm
(skb_dst(skb));
in __skb_udp_tunnel_segment()
H
A
D
udp.c
925
dst_xfrm
(skb_dst(skb))) {
in udp_send_skb()
/kernel/linux/linux-5.10/net/sctp/
H
A
D
output.c
524
dst_xfrm
(skb_dst(head)) || packet->ipfragok) {
in sctp_packet_pack()
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
udp_offload.c
61
need_ipsec = skb_dst(skb) &&
dst_xfrm
(skb_dst(skb));
in __skb_udp_tunnel_segment()
H
A
D
udp.c
936
dst_xfrm
(skb_dst(skb))) {
in udp_send_skb()
/kernel/linux/linux-6.6/net/netfilter/
H
A
D
nft_flow_offload.c
24
if (
dst_xfrm
(dst))
in nft_xmit_type()
/kernel/linux/linux-6.6/net/sctp/
H
A
D
output.c
548
dst_xfrm
(tp->dst) || packet->ipfragok || tp->encap_port) {
in sctp_packet_pack()
/kernel/linux/linux-5.10/net/ipv6/
H
A
D
udp.c
1223
dst_xfrm
(skb_dst(skb))) {
in udp_v6_send_skb()
/kernel/linux/linux-6.6/net/ipv6/
H
A
D
udp.c
1252
dst_xfrm
(skb_dst(skb))) {
in udp_v6_send_skb()
Completed in 21 milliseconds