Home
last modified time | relevance | path

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

/linux-4.19.296/include/net/
Dxfrm.h1205 static inline int xfrm_policy_check(struct sock *sk, int dir, struct sk_buff *skb, unsigned short f… in xfrm_policy_check() function
1212 return xfrm_policy_check(sk, dir, skb, AF_INET); in xfrm4_policy_check()
1217 return xfrm_policy_check(sk, dir, skb, AF_INET6); in xfrm6_policy_check()
1312 static inline int xfrm_policy_check(struct sock *sk, int dir, struct sk_buff *skb, unsigned short f… in xfrm_policy_check() function