Home
last modified time | relevance | path

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

/Linux-v4.19/net/xfrm/
Dxfrm_input.c114 void __secpath_destroy(struct sec_path *sp) in __secpath_destroy()
123 struct sec_path *secpath_dup(struct sec_path *src) in secpath_dup()
125 struct sec_path *sp; in secpath_dup()
150 struct sec_path *sp; in secpath_set()
550 sizeof(struct sec_path), in xfrm_input_init()
Dxfrm_output.c219 struct sec_path *sp; in xfrm_output()
Dxfrm_policy.c2268 xfrm_policy_ok(const struct xfrm_tmpl *tmpl, const struct sec_path *sp, int start, in xfrm_policy_ok()
2307 static inline int secpath_has_nontransport(const struct sec_path *sp, int k, int *idxp) in secpath_has_nontransport()
2416 struct sec_path *sp; in __xfrm_policy_check()
2417 static struct sec_path dummy; in __xfrm_policy_check()
/Linux-v4.19/security/selinux/
Dxfrm.c233 struct sec_path *sp = skb->sp; in selinux_xfrm_skb_sid_ingress()
411 struct sec_path *sp = skb->sp; in selinux_xfrm_sock_rcv_skb()
/Linux-v4.19/include/net/
Dxfrm.h1095 struct sec_path { struct
1113 static inline struct sec_path * argument
1114 secpath_get(struct sec_path *sp) in secpath_get()
1121 void __secpath_destroy(struct sec_path *sp);
1124 secpath_put(struct sec_path *sp) in secpath_put()
1130 struct sec_path *secpath_dup(struct sec_path *src);
1912 struct sec_path *sp = skb->sp; in xfrm_offload()
/Linux-v4.19/net/netfilter/
Dxt_policy.c59 const struct sec_path *sp = skb->sp; in match_policy_in()
/Linux-v4.19/net/ipv4/
Dicmp.c1001 struct sec_path *sp = skb_sec_path(skb); in icmp_rcv()
/Linux-v4.19/net/ipv6/
Dicmp.c806 struct sec_path *sp = skb_sec_path(skb); in icmpv6_rcv()
/Linux-v4.19/include/linux/
Dskbuff.h711 struct sec_path *sp;
3966 static inline struct sec_path *skb_sec_path(struct sk_buff *skb) in skb_sec_path()
/Linux-v4.19/net/core/
Dfilter.c4182 const struct sec_path *sp = skb_sec_path(skb); in BPF_CALL_5()