Searched refs:xfrm_state (Results 26 - 41 of 41) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dxfrm6_mode_tunnel.c33 static int xfrm6_mode_tunnel_output(struct xfrm_state *x, struct sk_buff *skb)
62 static int xfrm6_mode_tunnel_input(struct xfrm_state *x, struct sk_buff *skb)
H A Dxfrm6_tunnel.c228 static int xfrm6_tunnel_output(struct xfrm_state *x, struct sk_buff *skb)
234 static int xfrm6_tunnel_input(struct xfrm_state *x, struct sk_buff *skb)
290 static int xfrm6_tunnel_init_state(struct xfrm_state *x)
303 static void xfrm6_tunnel_destroy(struct xfrm_state *x)
H A Dah6.c302 struct xfrm_state *x = skb_dst(skb)->xfrm;
333 static int ah6_output(struct xfrm_state *x, struct sk_buff *skb)
455 struct xfrm_state *x = xfrm_input_state(skb);
482 static int ah6_input(struct xfrm_state *x, struct sk_buff *skb)
612 struct xfrm_state *x;
628 static int ah6_init_state(struct xfrm_state *x)
699 static void ah6_destroy(struct xfrm_state *x)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/xfrm/
H A Dxfrm_output.c24 static int xfrm_state_check_space(struct xfrm_state *x, struct sk_buff *skb)
44 struct xfrm_state *x = dst->xfrm;
202 int xfrm_inner_extract_output(struct xfrm_state *x, struct sk_buff *skb)
H A Dxfrm_input.c85 int xfrm_prepare_input(struct xfrm_state *x, struct sk_buff *skb)
110 struct xfrm_state *x;
H A Dxfrm_user.c351 static void copy_from_user_state(struct xfrm_state *x, struct xfrm_usersa_info *p)
369 * somehow made shareable and move it to xfrm_state.c - JHS
372 static void xfrm_update_ae_params(struct xfrm_state *x, struct nlattr **attrs)
402 static struct xfrm_state *xfrm_state_construct(struct net *net,
407 struct xfrm_state *x = xfrm_state_alloc(net);
486 struct xfrm_state *x;
525 static struct xfrm_state *xfrm_user_state_lookup(struct net *net,
530 struct xfrm_state *x = NULL;
563 struct xfrm_state *x;
599 static void copy_to_user_state(struct xfrm_state *
[all...]
H A Dxfrm_policy.c110 static inline struct dst_entry *xfrm_dst_lookup(struct xfrm_state *x, int tos,
1158 struct xfrm_state **xfrm,
1169 struct xfrm_state *x;
1215 struct xfrm_state **xfrm,
1218 struct xfrm_state *tp[XFRM_MAX_DEPTH];
1219 struct xfrm_state **tpp = (npols > 1) ? tp : xfrm;
1388 struct xfrm_state **xfrm, int nx,
1589 struct xfrm_state *xfrm[XFRM_MAX_DEPTH];
1812 * have the xfrm_state's. We need to wait for KM to
1906 struct xfrm_state *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dah4.c121 struct xfrm_state *x = skb_dst(skb)->xfrm;
145 static int ah_output(struct xfrm_state *x, struct sk_buff *skb)
250 struct xfrm_state *x = xfrm_input_state(skb);
275 static int ah_input(struct xfrm_state *x, struct sk_buff *skb)
391 struct xfrm_state *x;
405 static int ah_init_state(struct xfrm_state *x)
468 static void ah_destroy(struct xfrm_state *x)
H A Dxfrm4_input.c20 int xfrm4_extract_input(struct xfrm_state *x, struct sk_buff *skb)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dsecurity.h92 struct xfrm_state;
999 * @x contains the xfrm_state being added to the Security Association
1005 * field is initialized to NULL when the xfrm_state is allocated. Set the
1010 * @x contains the xfrm_state.
1013 * @x contains the xfrm_state.
1609 int (*xfrm_state_alloc_security) (struct xfrm_state *x,
1612 void (*xfrm_state_free_security) (struct xfrm_state *x);
1613 int (*xfrm_state_delete_security) (struct xfrm_state *x);
1615 int (*xfrm_state_pol_flow_match) (struct xfrm_state *x,
2729 int security_xfrm_state_alloc(struct xfrm_state *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/key/
H A Daf_key.c603 static struct xfrm_state *pfkey_xfrm_state_lookup(struct net *net, struct sadb_msg *hdr, void **ext_hdrs)
711 static struct sk_buff *__pfkey_xfrm_state2msg(struct xfrm_state *x,
1001 static inline struct sk_buff *pfkey_xfrm_state2msg(struct xfrm_state *x)
1010 static inline struct sk_buff *pfkey_xfrm_state2msg_expire(struct xfrm_state *x,
1016 static struct xfrm_state * pfkey_msg2xfrm_state(struct net *net,
1020 struct xfrm_state *x;
1265 struct xfrm_state *x = NULL;
1359 struct xfrm_state *x;
1420 static int key_notify_sa(struct xfrm_state *x, struct km_event *c)
1447 struct xfrm_state *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dxt_policy.c38 match_xfrm_state(const struct xfrm_state *x, const struct xt_policy_elem *e,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/
H A Dcapability.c724 static int cap_xfrm_state_alloc_security(struct xfrm_state *x,
731 static void cap_xfrm_state_free_security(struct xfrm_state *x)
735 static int cap_xfrm_state_delete_security(struct xfrm_state *x)
745 static int cap_xfrm_state_pol_flow_match(struct xfrm_state *x,
H A Dsecurity.c1193 int security_xfrm_state_alloc(struct xfrm_state *x, struct xfrm_user_sec_ctx *sec_ctx)
1199 int security_xfrm_state_alloc_acquire(struct xfrm_state *x,
1211 int security_xfrm_state_delete(struct xfrm_state *x)
1217 void security_xfrm_state_free(struct xfrm_state *x)
1227 int security_xfrm_state_pol_flow_match(struct xfrm_state *x,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Ddst.h63 struct xfrm_state *xfrm;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Dpktgen.c225 struct xfrm_state *x;
2240 struct xfrm_state *x = pkt_dev->flows[flow].x;
2242 /*slow path: we dont already have xfrm_state*/
2492 struct xfrm_state *x = pkt_dev->flows[pkt_dev->curfl].x;
2524 struct xfrm_state *x = pkt_dev->flows[i].x;
2537 struct xfrm_state *x = pkt_dev->flows[pkt_dev->curfl].x;

Completed in 144 milliseconds

12