Searched refs:xfrm (Results 26 - 50 of 158) sorted by relevance

1234567

/linux-master/net/xfrm/
H A Dxfrm_inout.h4 #include <net/xfrm.h>
H A Dxfrm_state_bpf.c12 #include <net/xfrm.h>
H A Dxfrm_user.c2 /* xfrm_user.c: User interface to configure xfrm engine.
29 #include <net/xfrm.h>
852 x->replay_maxdiff = net->xfrm.sysctl_aevent_rseqth;
854 x->replay_maxage = (net->xfrm.sysctl_aevent_etime*HZ)/XFRM_AE_ETH_M;
1428 struct sock *nlsk = rcu_dereference(net->xfrm.nlsk);
1488 lseq = read_seqbegin(&net->xfrm.policy_hthresh.lock);
1490 spt4.lbits = net->xfrm.policy_hthresh.lbits4;
1491 spt4.rbits = net->xfrm.policy_hthresh.rbits4;
1492 spt6.lbits = net->xfrm.policy_hthresh.lbits6;
1493 spt6.rbits = net->xfrm
[all...]
H A Dxfrm_hash.h5 #include <linux/xfrm.h>
H A Dxfrm_output.c19 #include <net/xfrm.h>
493 struct xfrm_state *x = dst->xfrm;
571 x = dst->xfrm;
586 struct net *net = xs_net(skb_dst(skb)->xfrm);
595 if (!skb_dst(skb)->xfrm)
706 struct xfrm_state *x = skb_dst(skb)->xfrm;
/linux-master/drivers/crypto/caam/
H A Dcompat.h29 #include <net/xfrm.h>
/linux-master/security/selinux/
H A Dxfrm.c39 #include <linux/xfrm.h>
40 #include <net/xfrm.h>
47 #include "xfrm.h"
63 * Returns true if the xfrm contains a security blob for SELinux.
145 * LSM hook implementation that authorizes that a flow can use a xfrm policy
214 x = dst->xfrm;
253 * LSM hook implementation that checks and/or returns the xfrm sid for the
442 * underwent xfrm(s). No need to subject it to the unlabeled
454 struct xfrm_state *x = iter->xfrm;
/linux-master/security/selinux/include/
H A Dxfrm.h14 #include <net/xfrm.h>
/linux-master/net/ipv4/
H A Dxfrm4_tunnel.c11 #include <net/xfrm.h>
82 pr_info("%s: can't add xfrm type\n", __func__);
87 pr_info("%s: can't add xfrm handler for AF_INET\n", __func__);
93 pr_info("%s: can't add xfrm handler for AF_INET6\n", __func__);
106 pr_info("%s: can't remove xfrm handler for AF_INET6\n",
110 pr_info("%s: can't remove xfrm handler for AF_INET\n",
H A Dnetfilter.c15 #include <net/xfrm.h>
H A Dip_forward.c41 #include <net/xfrm.h>
H A Dah4.c10 #include <net/xfrm.h>
19 struct xfrm_skb_cb xfrm; member in struct:ah_skb_cb
122 struct xfrm_state *x = skb_dst(skb)->xfrm;
580 pr_info("%s: can't add xfrm type\n", __func__);
H A Dxfrm4_protocol.c2 /* xfrm4_protocol.c - Generic xfrm protocol multiplexer.
19 #include <net/xfrm.h>
/linux-master/net/core/
H A Ddst.c25 #include <net/xfrm.h>
57 dst->xfrm = NULL;
106 if (dst->xfrm) {
/linux-master/net/openvswitch/
H A Dvport-gre.c23 #include <net/xfrm.h>
H A Dvport-geneve.c21 #include <net/xfrm.h>
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec_rxtx.h38 #include <net/xfrm.h>
/linux-master/net/
H A DMakefile19 obj-$(CONFIG_XFRM) += xfrm/
/linux-master/include/net/
H A Dxfrm.h6 #include <linux/xfrm.h>
46 MODULE_ALIAS("xfrm-mode-" __stringify(family) "-" __stringify(encap))
48 MODULE_ALIAS("xfrm-type-" __stringify(family) "-" __stringify(proto))
50 MODULE_ALIAS("xfrm-offload-" __stringify(family) "-" __stringify(proto))
84 dst -. xfrm .-> xfrm_state #1
85 |---. child .-> dst -. xfrm .-> xfrm_state #2
86 |---. child .-> dst -. xfrm .-> xfrm_state #3
943 * dst->xfrm points to an instanse of transformer.
973 if (dst->xfrm || (dst->flags & DST_XFRM_QUEUE)) {
985 if (dst->xfrm || (ds
[all...]
H A Ddst.h32 struct xfrm_state *xfrm; member in struct:dst_entry
531 /* skb attached with this dst needs transformation if dst->xfrm is valid */
534 return dst->xfrm;
H A Dnet_namespace.h33 #include <net/netns/xfrm.h>
164 struct netns_xfrm xfrm; member in struct:net
/linux-master/net/ipv6/
H A Dxfrm6_tunnel.c11 #include <linux/xfrm.h>
15 #include <net/xfrm.h>
H A Dah6.c30 #include <net/xfrm.h>
43 struct xfrm_skb_cb xfrm; member in struct:ah_skb_cb
287 struct xfrm_state *x = skb_dst(skb)->xfrm;
779 pr_info("%s: can't add xfrm type\n", __func__);
/linux-master/drivers/staging/octeon/
H A Dethernet-rx.c22 #include <linux/xfrm.h>
23 #include <net/xfrm.h>
/linux-master/net/dccp/
H A Dminisocks.c16 #include <net/xfrm.h>

Completed in 463 milliseconds

1234567