Searched refs:xfrm_state (Results 1 - 25 of 37) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/xfrm/
H A DMakefile5 obj-$(CONFIG_XFRM) := xfrm_policy.o xfrm_state.o xfrm_hash.o \
H A Dxfrm_state.c2 * xfrm_state.c
39 /* Each xfrm_state may be linked to two tables:
90 struct xfrm_state *x;
187 int __xfrm_state_delete(struct xfrm_state *x);
189 int km_query(struct xfrm_state *x, struct xfrm_tmpl *t, struct xfrm_policy *pol);
190 void km_state_expired(struct xfrm_state *x, int hard, u32 pid);
192 static void xfrm_state_gc_destroy(struct xfrm_state *x)
213 struct xfrm_state *x;
238 struct xfrm_state *x = (struct xfrm_state*)dat
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dxfrm.h38 - instance of a transformer, struct xfrm_state (=SA)
39 - template to clone xfrm_state, struct xfrm_tmpl
52 to a complete xfrm_state (see below) and we pack bundle of transformations
55 dst -. xfrm .-> xfrm_state #1
56 |---. child .-> dst -. xfrm .-> xfrm_state #2
57 |---. child .-> dst -. xfrm .-> xfrm_state #3
94 struct xfrm_state struct
143 struct xfrm_state *tunnel;
228 struct xfrm_state **xfrm,
239 extern void km_state_notify(struct xfrm_state *
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/selinux/include/
H A Dxfrm.h15 int selinux_xfrm_state_alloc(struct xfrm_state *x,
17 void selinux_xfrm_state_free(struct xfrm_state *x);
18 int selinux_xfrm_state_delete(struct xfrm_state *x);
20 int selinux_xfrm_state_pol_flow_match(struct xfrm_state *x,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dxfrm4_tunnel.c13 static int ipip_output(struct xfrm_state *x, struct sk_buff *skb)
23 static int ipip_xfrm_rcv(struct xfrm_state *x, struct sk_buff *skb)
28 static int ipip_init_state(struct xfrm_state *x)
41 static void ipip_destroy(struct xfrm_state *x)
H A Dxfrm4_mode_transport.c24 static int xfrm4_transport_output(struct xfrm_state *x, struct sk_buff *skb)
44 static int xfrm4_transport_input(struct xfrm_state *x, struct sk_buff *skb)
H A Dipcomp.c44 static int ipcomp_decompress(struct xfrm_state *x, struct sk_buff *skb)
75 static int ipcomp_input(struct xfrm_state *x, struct sk_buff *skb)
98 static int ipcomp_compress(struct xfrm_state *x, struct sk_buff *skb)
129 static int ipcomp_output(struct xfrm_state *x, struct sk_buff *skb)
175 struct xfrm_state *x;
192 static struct xfrm_state *ipcomp_tunnel_create(struct xfrm_state *x)
194 struct xfrm_state *t;
230 static int ipcomp_tunnel_attach(struct xfrm_state *x)
233 struct xfrm_state *
[all...]
H A Dxfrm4_state.c17 static int xfrm4_init_flags(struct xfrm_state *x)
25 __xfrm4_init_tempsel(struct xfrm_state *x, struct flowi *fl,
H A Dah4.c57 static int ah_output(struct xfrm_state *x, struct sk_buff *skb)
122 static int ah_input(struct xfrm_state *x, struct sk_buff *skb)
199 struct xfrm_state *x;
213 static int ah_init_state(struct xfrm_state *x)
285 static void ah_destroy(struct xfrm_state *x)
H A Dxfrm4_input.c59 struct xfrm_state *xfrm_vec[XFRM_MAX_DEPTH];
60 struct xfrm_state *x;
H A Dxfrm4_mode_beet.c30 static int xfrm4_beet_output(struct xfrm_state *x, struct sk_buff *skb)
71 static int xfrm4_beet_input(struct xfrm_state *x, struct sk_buff *skb)
H A Dxfrm4_mode_tunnel.c42 static int xfrm4_tunnel_output(struct xfrm_state *x, struct sk_buff *skb)
94 static int xfrm4_tunnel_input(struct xfrm_state *x, struct sk_buff *skb)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dxfrm6_mode_ro.c46 static int xfrm6_ro_output(struct xfrm_state *x, struct sk_buff *skb)
66 static int xfrm6_ro_input(struct xfrm_state *x, struct sk_buff *skb)
H A Dmip6.c36 static xfrm_address_t *mip6_xfrm_addr(struct xfrm_state *x, xfrm_address_t *addr)
131 static int mip6_destopt_input(struct xfrm_state *x, struct sk_buff *skb)
147 static int mip6_destopt_output(struct xfrm_state *x, struct sk_buff *skb)
205 static int mip6_destopt_reject(struct xfrm_state *x, struct sk_buff *skb, struct flowi *fl)
256 static int mip6_destopt_offset(struct xfrm_state *x, struct sk_buff *skb,
298 static int mip6_destopt_init_state(struct xfrm_state *x)
323 static void mip6_destopt_destroy(struct xfrm_state *x)
342 static int mip6_rthdr_input(struct xfrm_state *x, struct sk_buff *skb)
356 static int mip6_rthdr_output(struct xfrm_state *x, struct sk_buff *skb)
383 static int mip6_rthdr_offset(struct xfrm_state *
[all...]
H A Dxfrm6_mode_transport.c28 static int xfrm6_transport_output(struct xfrm_state *x, struct sk_buff *skb)
53 static int xfrm6_transport_input(struct xfrm_state *x, struct sk_buff *skb)
H A Dipcomp6.c65 static int ipcomp6_input(struct xfrm_state *x, struct sk_buff *skb)
123 static int ipcomp6_output(struct xfrm_state *x, struct sk_buff *skb)
182 struct xfrm_state *x;
197 static struct xfrm_state *ipcomp6_tunnel_create(struct xfrm_state *x)
199 struct xfrm_state *t = NULL;
234 static int ipcomp6_tunnel_attach(struct xfrm_state *x)
237 struct xfrm_state *t = NULL;
388 static void ipcomp6_destroy(struct xfrm_state *x)
402 static int ipcomp6_init_state(struct xfrm_state *
[all...]
H A Dxfrm6_mode_beet.c34 static int xfrm6_beet_output(struct xfrm_state *x, struct sk_buff *skb)
60 static int xfrm6_beet_input(struct xfrm_state *x, struct sk_buff *skb)
H A Dxfrm6_input.c23 struct xfrm_state *xfrm_vec[XFRM_MAX_DEPTH];
24 struct xfrm_state *x;
146 struct xfrm_state *x = NULL;
149 struct xfrm_state *xfrm_vec_one = NULL;
H A Dxfrm6_tunnel.c243 static int xfrm6_tunnel_output(struct xfrm_state *x, struct sk_buff *skb)
253 static int xfrm6_tunnel_input(struct xfrm_state *x, struct sk_buff *skb)
308 static int xfrm6_tunnel_init_state(struct xfrm_state *x)
321 static void xfrm6_tunnel_destroy(struct xfrm_state *x)
H A Desp6.c42 static int esp6_output(struct xfrm_state *x, struct sk_buff *skb)
141 static int esp6_input(struct xfrm_state *x, struct sk_buff *skb)
238 static u32 esp6_get_mtu(struct xfrm_state *x, int mtu)
263 struct xfrm_state *x;
277 static void esp6_destroy(struct xfrm_state *x)
295 static int esp6_init_state(struct xfrm_state *x)
H A Dxfrm6_mode_tunnel.c46 static int xfrm6_tunnel_output(struct xfrm_state *x, struct sk_buff *skb)
87 static int xfrm6_tunnel_input(struct xfrm_state *x, struct sk_buff *skb)
H A Dxfrm6_output.c20 int xfrm6_find_1stfragopt(struct xfrm_state *x, struct sk_buff *skb,
49 struct xfrm_state *x = dst->xfrm;
H A Dxfrm6_state.c23 __xfrm6_init_tempsel(struct xfrm_state *x, struct flowi *fl,
51 __xfrm6_state_sort(struct xfrm_state **dst, struct xfrm_state **src, int n)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/ip/
H A DMakefile7 ipxfrm.o xfrm_state.o xfrm_policy.o xfrm_monitor.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/selinux/
H A Dxfrm.c69 static inline int selinux_authorizable_xfrm(struct xfrm_state *x)
114 int selinux_xfrm_state_pol_flow_match(struct xfrm_state *x, struct xfrm_policy *xp,
174 struct xfrm_state *x = sp->xvec[i];
195 * Security blob allocation for xfrm_policy and xfrm_state
352 * xfrm_state.
354 int selinux_xfrm_state_alloc(struct xfrm_state *x, struct xfrm_user_sec_ctx *uctx,
366 * LSM hook implementation that frees xfrm_state security information.
368 void selinux_xfrm_state_free(struct xfrm_state *x)
378 int selinux_xfrm_state_delete(struct xfrm_state *x)
394 * a xfrm_state i
[all...]

Completed in 249 milliseconds

12