Lines Matching defs:dir
150 u8 dir : 2; member
1150 int dir) in __xfrm_check_nopolicy()
1159 int dir, unsigned short family) in __xfrm_check_dev_nopolicy()
1170 static inline int __xfrm_policy_check2(struct sock *sk, int dir, in __xfrm_policy_check2()
1194 static inline int xfrm_policy_check(struct sock *sk, int dir, struct sk_buff *skb, unsigned short f… in xfrm_policy_check()
1199 static inline int xfrm4_policy_check(struct sock *sk, int dir, struct sk_buff *skb) in xfrm4_policy_check()
1204 static inline int xfrm6_policy_check(struct sock *sk, int dir, struct sk_buff *skb) in xfrm6_policy_check()
1209 static inline int xfrm4_policy_check_reverse(struct sock *sk, int dir, in xfrm4_policy_check_reverse()
1215 static inline int xfrm6_policy_check_reverse(struct sock *sk, int dir, in xfrm6_policy_check_reverse()
1298 static inline int xfrm6_policy_check(struct sock *sk, int dir, struct sk_buff *skb) in xfrm6_policy_check()
1302 static inline int xfrm4_policy_check(struct sock *sk, int dir, struct sk_buff *skb) in xfrm4_policy_check()
1306 static inline int xfrm_policy_check(struct sock *sk, int dir, struct sk_buff *skb, unsigned short f… in xfrm_policy_check()
1316 static inline int xfrm4_policy_check_reverse(struct sock *sk, int dir, in xfrm4_policy_check_reverse()
1321 static inline int xfrm6_policy_check_reverse(struct sock *sk, int dir, in xfrm6_policy_check_reverse()
2030 struct xfrm_user_offload *xuo, u8 dir, in xfrm_dev_policy_add()