Searched refs:xfrm (Results 1 - 25 of 83) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/selinux/
H A DMakefile9 selinux-$(CONFIG_SECURITY_NETWORK_XFRM) += xfrm.o
H A Dxfrm.c45 #include <linux/xfrm.h>
46 #include <net/xfrm.h>
53 #include "xfrm.h"
67 * Returns true if the xfrm contains a security blob for SELinux
76 * a xfrm policy rule.
156 * LSM hook implementation that checks and/or returns the xfrm sid for the
453 struct xfrm_state *x = dst_test->xfrm;
466 * it underwent xfrm(s). No need to subject it to the
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dxfrm4_policy.c13 #include <net/xfrm.h>
64 /* Allocate chain of dst_entry's, attach known xfrm's, calculate
69 __xfrm4_bundle_create(struct xfrm_policy *policy, struct xfrm_state **xfrm, int nx, argument
112 xdst->genid = xfrm[i]->genid;
117 header_len += xfrm[i]->props.header_len;
118 trailer_len += xfrm[i]->props.trailer_len;
120 if (xfrm[i]->props.mode == XFRM_MODE_TUNNEL) {
121 unsigned short encap_family = xfrm[i]->props.family;
124 fl_tunnel.fl4_dst = xfrm[i]->id.daddr.a4;
125 fl_tunnel.fl4_src = xfrm[
[all...]
H A Dxfrm4_output.c18 #include <net/xfrm.h>
47 struct xfrm_state *x = dst->xfrm;
86 x = dst->xfrm;
113 if (!skb->dst->xfrm)
130 if (!skb->dst->xfrm) {
H A Dxfrm4_mode_transport.c14 #include <net/xfrm.h>
H A Dxfrm4_state.c11 #include <net/xfrm.h>
H A Dxfrm4_tunnel.c9 #include <net/xfrm.h>
77 printk(KERN_INFO "ipip init: can't add xfrm type\n");
82 printk(KERN_INFO "ipip init: can't add xfrm handler for AF_INET\n");
88 printk(KERN_INFO "ipip init: can't add xfrm handler for AF_INET6\n");
101 printk(KERN_INFO "ipip close: can't remove xfrm handler for AF_INET6\n");
104 printk(KERN_INFO "ipip close: can't remove xfrm handler for AF_INET\n");
106 printk(KERN_INFO "ipip close: can't remove xfrm type\n");
H A Dip_forward.c41 #include <net/xfrm.h>
H A Dnetfilter.c7 #include <net/xfrm.h>
98 if (dst->xfrm)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dxfrm6_policy.c17 #include <net/xfrm.h>
123 /* Allocate chain of dst_entry's, attach known xfrm's, calculate
128 __xfrm6_bundle_create(struct xfrm_policy *policy, struct xfrm_state **xfrm, int nx, argument
171 xdst->genid = xfrm[i]->genid;
178 __xfrm6_bundle_len_inc(&header_len, &nfheader_len, xfrm[i]);
179 trailer_len += xfrm[i]->props.trailer_len;
181 if (xfrm[i]->props.mode == XFRM_MODE_TUNNEL ||
182 xfrm[i]->props.mode == XFRM_MODE_ROUTEOPTIMIZATION) {
183 unsigned short encap_family = xfrm[i]->props.family;
186 fl_tunnel.fl4_dst = xfrm[
[all...]
H A Dxfrm6_output.c18 #include <net/xfrm.h>
49 struct xfrm_state *x = dst->xfrm;
92 x = dst->xfrm;
119 if (!skb->dst->xfrm)
H A Dxfrm6_mode_ro.c33 #include <net/xfrm.h>
H A Dxfrm6_mode_transport.c15 #include <net/xfrm.h>
H A Dxfrm6_mode_beet.c20 #include <net/xfrm.h>
H A Dxfrm6_tunnel.c25 #include <linux/xfrm.h>
28 #include <net/xfrm.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dah.h5 #include <net/xfrm.h>
H A Desp.h5 #include <net/xfrm.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/xfrm/
H A Dxfrm_hash.c11 #include <linux/xfrm.h>
H A Dxfrm_input.c13 #include <net/xfrm.h>
H A Dxfrm_policy.c26 #include <net/xfrm.h>
147 request_module("xfrm-type-%d-%d",
249 request_module("xfrm-mode-%d-%d", family, encap);
1287 struct xfrm_state **xfrm,
1317 xfrm[nx++] = x;
1335 xfrm_state_put(xfrm[nx]);
1341 struct xfrm_state **xfrm,
1345 struct xfrm_state **tpp = (npols > 1) ? tp : xfrm;
1367 xfrm_state_sort(xfrm, tpp, cnx, family);
1394 /* Allocate chain of dst_entry's, attach known xfrm'
1286 xfrm_tmpl_resolve_one(struct xfrm_policy *policy, struct flowi *fl, struct xfrm_state **xfrm, unsigned short family) argument
1340 xfrm_tmpl_resolve(struct xfrm_policy **pols, int npols, struct flowi *fl, struct xfrm_state **xfrm, unsigned short family) argument
1399 xfrm_bundle_create(struct xfrm_policy *policy, struct xfrm_state **xfrm, int nx, struct flowi *fl, struct dst_entry **dst_p, unsigned short family) argument
1463 struct xfrm_state *xfrm[XFRM_MAX_DEPTH]; local
[all...]
H A Dxfrm_hash.h4 #include <linux/xfrm.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dxt_policy.c14 #include <net/xfrm.h>
92 if (dst->xfrm == NULL)
95 for (i = 0; dst && dst->xfrm; dst = dst->child, i++) {
101 if (match_xfrm_state(dst->xfrm, e, family)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/
H A DMakefile20 obj-$(CONFIG_XFRM) += xfrm/
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/ip/
H A Dxfrm.h30 #include <linux/xfrm.h>
H A Dxfrm_monitor.c31 #include <linux/xfrm.h>
33 #include "xfrm.h"
40 fprintf(stderr, "Usage: ip xfrm monitor [ all | LISTofOBJECTS ]\n");
168 fprintf(stderr, "Argument \"%s\" is unknown, try \"ip xfrm monitor help\".\n", *argv);

Completed in 149 milliseconds

1234