Home
last modified time | relevance | path

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

/linux-4.1.27/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()
393 sizeof(struct sec_path), in xfrm_input_init()
Dxfrm_policy.c2393 xfrm_policy_ok(const struct xfrm_tmpl *tmpl, const struct sec_path *sp, int start, in xfrm_policy_ok()
2431 static inline int secpath_has_nontransport(const struct sec_path *sp, int k, int *idxp) in secpath_has_nontransport()
2536 struct sec_path *sp; in __xfrm_policy_check()
2537 static struct sec_path dummy; in __xfrm_policy_check()
/linux-4.1.27/security/selinux/
Dxfrm.c231 struct sec_path *sp = skb->sp; in selinux_xfrm_skb_sid_ingress()
408 struct sec_path *sp = skb->sp; in selinux_xfrm_sock_rcv_skb()
/linux-4.1.27/net/ipv6/
Dxfrm6_input.c67 struct sec_path *sp; in xfrm6_input_addr()
Dicmp.c685 struct sec_path *sp = skb_sec_path(skb); in icmpv6_rcv()
/linux-4.1.27/include/net/
Dxfrm.h978 struct sec_path { struct
993 static inline struct sec_path * argument
994 secpath_get(struct sec_path *sp) in secpath_get()
1001 void __secpath_destroy(struct sec_path *sp);
1004 secpath_put(struct sec_path *sp) in secpath_put()
1010 struct sec_path *secpath_dup(struct sec_path *src);
/linux-4.1.27/net/netfilter/
Dxt_policy.c59 const struct sec_path *sp = skb->sp; in match_policy_in()
/linux-4.1.27/net/ipv4/
Dicmp.c959 struct sec_path *sp = skb_sec_path(skb); in icmp_rcv()
/linux-4.1.27/include/linux/
Dskbuff.h548 struct sec_path *sp;
3304 static inline struct sec_path *skb_sec_path(struct sk_buff *skb) in skb_sec_path()