Lines Matching refs:tos
119 int tos, int oif, in __xfrm_dst_lookup() argument
131 dst = afinfo->dst_lookup(net, tos, oif, saddr, daddr); in __xfrm_dst_lookup()
139 int tos, int oif, in xfrm_dst_lookup() argument
158 dst = __xfrm_dst_lookup(net, tos, oif, saddr, daddr, family); in xfrm_dst_lookup()
1516 int tos; in xfrm_get_tos() local
1521 tos = afinfo->get_tos(fl); in xfrm_get_tos()
1525 return tos; in xfrm_get_tos()
1669 int tos; in xfrm_bundle_create() local
1675 tos = xfrm_get_tos(fl, family); in xfrm_bundle_create()
1676 err = tos; in xfrm_bundle_create()
1677 if (tos < 0) in xfrm_bundle_create()
1715 dst = xfrm_dst_lookup(xfrm[i], tos, fl->flowi_oif, in xfrm_bundle_create()