Searched refs:xfrm_policy_check (Results 1 – 1 of 1) sorted by relevance
/include/net/ |
D | xfrm.h | 1123 static inline int xfrm_policy_check(struct sock *sk, int dir, struct sk_buff *skb, unsigned short f… in xfrm_policy_check() function 1130 return xfrm_policy_check(sk, dir, skb, AF_INET); in xfrm4_policy_check() 1135 return xfrm_policy_check(sk, dir, skb, AF_INET6); in xfrm6_policy_check() 1235 static inline int xfrm_policy_check(struct sock *sk, int dir, struct sk_buff *skb, unsigned short f… in xfrm_policy_check() function
|