Lines Matching refs:tos
118 static inline struct dst_entry *__xfrm_dst_lookup(struct net *net, int tos, in __xfrm_dst_lookup() argument
130 dst = afinfo->dst_lookup(net, tos, saddr, daddr); in __xfrm_dst_lookup()
137 static inline struct dst_entry *xfrm_dst_lookup(struct xfrm_state *x, int tos, in xfrm_dst_lookup() argument
156 dst = __xfrm_dst_lookup(net, tos, saddr, daddr, family); in xfrm_dst_lookup()
1495 int tos; in xfrm_get_tos() local
1500 tos = afinfo->get_tos(fl); in xfrm_get_tos()
1504 return tos; in xfrm_get_tos()
1650 int tos; in xfrm_bundle_create() local
1656 tos = xfrm_get_tos(fl, family); in xfrm_bundle_create()
1657 err = tos; in xfrm_bundle_create()
1658 if (tos < 0) in xfrm_bundle_create()
1696 dst = xfrm_dst_lookup(xfrm[i], tos, &saddr, &daddr, in xfrm_bundle_create()