Home
last modified time | relevance | path

Searched refs:sec_path (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/net/xfrm/
Dxfrm_input.c96 void __secpath_destroy(struct sec_path *sp) in __secpath_destroy()
105 struct sec_path *secpath_dup(struct sec_path *src) in secpath_dup()
107 struct sec_path *sp; in secpath_dup()
223 struct sec_path *sp; in xfrm_input()
398 sizeof(struct sec_path), in xfrm_input_init()
Dxfrm_policy.c2412 xfrm_policy_ok(const struct xfrm_tmpl *tmpl, const struct sec_path *sp, int start, in xfrm_policy_ok()
2450 static inline int secpath_has_nontransport(const struct sec_path *sp, int k, int *idxp) in secpath_has_nontransport()
2556 struct sec_path *sp; in __xfrm_policy_check()
2557 static struct sec_path dummy; in __xfrm_policy_check()
/linux-4.4.14/security/selinux/
Dxfrm.c228 struct sec_path *sp = skb->sp; in selinux_xfrm_skb_sid_ingress()
405 struct sec_path *sp = skb->sp; in selinux_xfrm_sock_rcv_skb()
/linux-4.4.14/net/ipv6/
Dxfrm6_input.c67 struct sec_path *sp; in xfrm6_input_addr()
Dicmp.c692 struct sec_path *sp = skb_sec_path(skb); in icmpv6_rcv()
/linux-4.4.14/include/net/
Dxfrm.h981 struct sec_path { struct
996 static inline struct sec_path * argument
997 secpath_get(struct sec_path *sp) in secpath_get()
1004 void __secpath_destroy(struct sec_path *sp);
1007 secpath_put(struct sec_path *sp) in secpath_put()
1013 struct sec_path *secpath_dup(struct sec_path *src);
/linux-4.4.14/net/netfilter/
Dxt_policy.c59 const struct sec_path *sp = skb->sp; in match_policy_in()
/linux-4.4.14/net/ipv4/
Dicmp.c983 struct sec_path *sp = skb_sec_path(skb); in icmp_rcv()
/linux-4.4.14/include/linux/
Dskbuff.h574 struct sec_path *sp;
3471 static inline struct sec_path *skb_sec_path(struct sk_buff *skb) in skb_sec_path()